MultiClickableShapeController class

Inheritance

Constructors

MultiClickableShapeController.new(bool _isEdit)

Properties

bgColor Color
no setter
currentDot Offset
no setter
currentLine List<Offset>
no setter
currentPath PathBean
no setter
currentX ← dynamic
no getter
currentY ← dynamic
no getter
getParams String
no setter
hashCode int
The hash code for this object.
no setterinherited
hasListeners bool
Whether any listeners are currently registered.
no setterinherited
height ↔ dynamic
getter/setter pair
isEdit bool
getter/setter pair
lines List<PathBean>
no setter
params Params?
getter/setter pair
radius double
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectDot int
getter/setter pair
selectPathIndex int
getter/setter pair
setParams String
no getter
width ↔ dynamic
getter/setter pair

Methods

addDot(Offset offset) → void
addLine(PathBean bean) → void
addListener(VoidCallback listener) → void
Register a closure to be called when the object changes.
inherited
changeAllLine(int pathIndex, DragUpdateDetails details) → void
changeLine(int dragLine, dynamic lineIndex, dynamic offset) → void
changeLineColorForIndex(int index, Color color) → void
changeMinusH() → void
changeMinusW() → void
changePlusH() → void
changePlusW() → void
dispose() → void
Discards any resources used by the object. After this is called, the object is not in a usable state and should be discarded (calls to addListener will throw after the object is disposed).
inherited
moveToBackward() → void
moveToLast() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners() → void
Call all the registered listeners.
inherited
removeCurrentDot() → void
removeListener(VoidCallback listener) → void
Remove a previously registered closure from the list of closures that are notified when the object changes.
inherited
removePath() → void
setBgColor(Color color) → void
setColor(Color color) → void
setSelectDot(int index) → void
toString() String
A string representation of this object.
inherited

Operators

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