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