HandSignatureDrawer class abstract
An abstract base class for custom signature drawing logic.
Subclasses must implement the paint method to define how a signature path is rendered on a canvas.
Constructors
- HandSignatureDrawer.new()
-
Creates a HandSignatureDrawer instance.
const
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
paint(
Canvas canvas, Size size, List< CubicPath> paths) → void -
Paints the given
paths
onto thecanvas
. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited