isFocused property

bool get isFocused

Getter for whether WidgetEvent.focused to be active.

Implementation

bool get isFocused => WidgetEvent.isFocused(value);