LineSignatureDrawer class

A concrete implementation of HandSignatureDrawer that draws signature as simple lines.

Inheritance

Constructors

LineSignatureDrawer.new({double width = 1.0, Color color = Colors.black})
Creates a LineSignatureDrawer with the specified width and color.
const

Properties

color Color
The color used to paint the lines.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
The stroke width of the lines.
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