isIndeterminate property
bool
get
isIndeterminate
Getter for whether WidgetEvent.indeterminate to be active.
Implementation
bool get isIndeterminate => WidgetEvent.isIndeterminate(value);
Getter for whether WidgetEvent.indeterminate to be active.
bool get isIndeterminate => WidgetEvent.isIndeterminate(value);