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