action property
An action, that is performed on button pressed.
Until the future, returned by this function, is completed, the button's child is changed to progressView.
Implementation
final Future<void> Function() action;
An action, that is performed on button pressed.
Until the future, returned by this function, is completed, the button's child is changed to progressView.
final Future<void> Function() action;