action property

Future<void> Function() action
final

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;