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