DrawObject class abstract

Constructors

DrawObject()
const

Properties

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

Methods

clone() DrawObject
Returns a deep clone of this object.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paint(Canvas canvas, Size size, Denormalize denormalize) → void
shouldRepaint() bool
toJSON() Map<String, dynamic>
Returns a representation of this object as a JSON object.
toString() String
A string representation of this object.
inherited

Operators

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