Base interface to create new state handlers for sheet pages.
- Implementers
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
index(
T state) → int - Returns state index for a given state.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shouldPopOn(
MultiStateSheetController< T> controller) → bool -
Controls how sheet should react on
popevents. -
state(
int state) → T - Returns mapped state for a given index.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited