ChangedPositionAction class

Information for building animated widget with oldItemPosition

Inheritance

Constructors

ChangedPositionAction.new({required Key key, required ActionType type, required Widget stackedWidget, required ItemPosition itemPosition, required ItemPosition oldItemPosition, required int order})

Properties

hashCode int
The hash code for this object.
no setterinherited
itemPosition ItemPosition
Dakar coordinates of a new stackedWidget position
finalinherited
key Key
The unique key extracted from stackedWidget
finalinherited
oldItemPosition ItemPosition
final
order int
If stackedWidgets are overlapped each other it's important to layout in certain order
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackedWidget Widget
The widget that the animation is applied to
finalinherited
type ActionType
An type that shows has what happened to the stackedWidget since the last stackedWidgets change
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