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