isIndeterminate static method
Checker for whether events considers WidgetEvent.indeterminate to be active.
Implementation
static bool isIndeterminate(Set<WidgetEvent> events) {
return events.contains(indeterminate);
}
Checker for whether events considers WidgetEvent.indeterminate to be active.
static bool isIndeterminate(Set<WidgetEvent> events) {
return events.contains(indeterminate);
}