Drawable class abstract
Interface for interaction of a feature object with a consumer (CustomPainter)
- Implementers
Constructors
- Drawable()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
computeFeatureRect(
) → Rect -
drawOnCanvas(
Canvas canvas, Paint? paint, bool internalPaintOverridingEnabled, BeforeRenderHookCallback? beforeRenderCallback) → void - The method accepts a link to the Canvas as parameters as well as an additional parameter of type Paint
-
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