ToggleIconEvent class abstract

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

Inheritance

Constructors

ToggleIconEvent(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 ToggleIconEvent.disabled to be active.
override
isSelected(Set<WidgetEvent> events) bool
Checker for whether events considers ToggleIconEvent.selected to be active.
override

Constants

disabled → const WidgetEvent
The state when this widget is disabled and cannot be interacted with.
selected → const WidgetEvent
The state when this item has been selected.