Added a comment

This commit is contained in:
ashilkn 2022-12-15 16:40:34 +05:30
parent d59863670c
commit 692fa4e33c

View file

@ -135,6 +135,9 @@ class _LargeButtonChildWidgetState extends State<LargeButtonChildWidget> {
late TextStyle labelStyle;
late Color checkIconColor;
late Color loadingIconColor;
///This is used to store the width of the button in idle state (small button)
///to be used as width for the button when the loading/succes states comes.
double? widthOfButton;
final _debouncer = Debouncer(const Duration(milliseconds: 300));
ExecutionState executionState = ExecutionState.idle;