SelectOutlineMixin mixin

Superclass Constraints

Properties

adapter DrawObjectAdapter<DrawObject>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String
no setterinherited
primaryColor Color
Used primarily for updating WindowPaintController.color when selected.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clone() DrawObject
Returns a deep clone of this object.
inherited
getSelectOutline(Size size) RectPaint
The dimensions and appearance of the outline to render when this is selected.
hideSelectOutline() → void
Hides the select outline.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paint(Canvas canvas, Size size, Denormalize denormalize) → void
inherited
paintSelectOutline(Canvas canvas, Size size, Denormalize denormalize) → void
Paints the select outline if showSelectOutline() has been called.
shouldRepaint() bool
inherited
shouldRepaintSelectOutline() bool
Must be called in shouldRepaint().
showSelectOutline() → void
Shows the select outline.
toJSON() Map<String, dynamic>
Returns a representation of this object as a JSON object.
inherited
toString() String
A string representation of this object.
inherited

Operators

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