autoHidden property

bool autoHidden
final

Whether to automatically hide the cancel button when progress completes. When true, the button will be hidden when progress value equals max value. Defaults to true.

Implementation

final bool autoHidden;