isPressed property

bool isPressed

Getter for whether WidgetEvent.pressed to be active.

Implementation

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