Minor correction in a comment

This commit is contained in:
ashilkn 2022-12-27 14:12:05 +05:30
parent 50970a6875
commit 66200c2930

View file

@ -38,7 +38,7 @@ class ButtonWidget extends StatelessWidget {
final bool isDisabled;
final ButtonSize buttonSize;
///Setting this flag to true will restrict the loading and success states of
///Setting this flag to false will restrict the loading and success states of
///the button from surfacing on the UI. The ExecutionState of the button will
///change irrespective of the value of this flag. Only that it won't be
///surfaced on the UI