Action class
Information for building animated widget
- Implementers
Constructors
- Action.new({required Key key, required ActionType type, required Widget stackedWidget, required ItemPosition itemPosition, required int order})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- itemPosition → ItemPosition
-
Dakar coordinates of a new stackedWidget position
final
- key → Key
-
The unique key extracted from stackedWidget
final
- order → int
-
If
stackedWidgets
are overlapped each other it's important to layout in certain orderfinal - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackedWidget → Widget
-
The widget that the animation is applied to
final
- type → ActionType
-
An type that shows has what happened to the stackedWidget
since the last
stackedWidgets
changefinal
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