isPressed static method
Checker for whether events considers WxAnchorEvent.pressed to be active.
Implementation
static bool isPressed(Set<WidgetEvent> events) {
return events.contains(pressed);
}
Checker for whether events considers WxAnchorEvent.pressed to be active.
static bool isPressed(Set<WidgetEvent> events) {
return events.contains(pressed);
}