progressView property

Widget? progressView
final

A custom view, that is displayed as a button child when the action is in progress.

When not specified, the ProgressUic is used as a progress view.

Implementation

final Widget? progressView;