FlexiChipEvent class abstract

Interactive events that FlexiChip can take on when receiving input from the user.

Constructors

FlexiChipEvent(String value)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

isDisabled(Set<WidgetEvent> events) bool
Checker for whether events considers FlexiChipEvent.disabled to be active.
isFocused(Set<WidgetEvent> events) bool
Checker for whether events considers FlexiChipEvent.focused to be active.
isHovered(Set<WidgetEvent> events) bool
Checker for whether events considers FlexiChipEvent.hovered to be active.
isPressed(Set<WidgetEvent> events) bool
Checker for whether events considers FlexiChipEvent.pressed to be active.
isSelected(Set<WidgetEvent> events) bool
Checker for whether events considers FlexiChipEvent.selected to be active.

Constants

disabled → const WidgetEvent
The state when this widget is disabled and cannot be interacted with.
focused → const WidgetEvent
The state when the user navigates with the keyboard to a given widget.
hovered → const WidgetEvent
The state when the user drags their mouse cursor over the given widget.
pressed → const WidgetEvent
The state when the user is actively pressing down on the given widget.
selected → const WidgetEvent
The state when this item has been selected.