SelectAllSelectionEvent class
Selects all selectable contents.
This event can be sent as the result of keyboard select-all, i.e. ctrl + A, or cmd + A in macOS.
- Inheritance
-
- Object
- SelectionEvent
- SelectAllSelectionEvent
Constructors
- SelectAllSelectionEvent()
-
Creates a select all selection event.
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
- type → SelectionEventType
-
The type of this selection event.
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