ReparentCommand class

Inheritance

Constructors

ReparentCommand({required MessageBus bus, required WidgetData widget, WidgetData? newParent, Cell? newCell, int newIndex = -1})

Properties

bus MessageBus
final
children List<Command>
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
index int
getter/setter pair
newCell Cell?
final
newIndex int
final
newParent WidgetData?
final
oldCell Cell?
final
oldParent WidgetData?
final
parent Command?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stack CommandStack?
getter/setter pairinherited
widget WidgetData
final

Methods

execute() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
undo({bool deleteOnly = false, bool silent = false}) → void
override

Operators

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