ReorderableController class abstract

Implementers

Constructors

ReorderableController()

Properties

childrenKeyMap Map<dynamic, ReorderableEntity>
final
childrenOrderMap Map<int, ReorderableEntity>
final
hashCode int
The hash code for this object.
no setterinherited
offsetMap Map<int, Offset>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getReorderableEntity({required ValueKey key, required int index}) ReorderableEntity
handleCreatedChild({required Offset? offset, required ReorderableEntity reorderableEntity}) → void
handleDeviceOrientationChanged() → void
handleMovingFinished({required ReorderableEntity reorderableEntity}) → void
handleOpacityFinished({required ReorderableEntity reorderableEntity}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replaceMaps({required Map<dynamic, ReorderableEntity> updatedChildrenKeyMap, required Map<int, ReorderableEntity> updatedChildrenOrderMap}) → void
toString() String
A string representation of this object.
inherited
updateToActualPositions() → void

Operators

operator ==(Object other) bool
The equality operator.
inherited