LayerItemInteractions class

Class that holds interactions for a layer item.

Constructors

LayerItemInteractions.new({required dynamic edit(), required dynamic remove(), required dynamic scaleRotateDown(PointerDownEvent event), required dynamic scaleRotateUp(PointerUpEvent event)})
Constructor for LayerItemInteractions.

Properties

edit → dynamic Function()
Callback function for editing the layer.
final
hashCode int
The hash code for this object.
no setterinherited
remove → dynamic Function()
Callback function for removing the layer.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleRotateDown → dynamic Function(PointerDownEvent event)
Callback function triggered when a scale/rotate gesture starts.
final
scaleRotateUp → dynamic Function(PointerUpEvent event)
Callback function triggered when a scale/rotate gesture ends.
final

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