DynamicSignatureDrawer class

A HandSignatureDrawer that dynamically selects the drawing type based on arguments provided in the CubicPath's setup.

Inheritance

Constructors

DynamicSignatureDrawer.new({SignatureDrawType type = SignatureDrawType.shape, double width = 1.0, double maxWidth = 10.0, Color color = Colors.black})
const

Properties

color Color
The color used to paint the arcs.
final
hashCode int
The hash code for this object.
no setterinherited
maxWidth double
The maximal stroke width of the arcs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type SignatureDrawType
final
width double
The minimal stroke width of the arcs.
final

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 the canvas.
override
toString() String
A string representation of this object.
inherited

Operators

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