LineSignatureDrawer class
A concrete implementation of HandSignatureDrawer that draws signature as simple lines.
- Inheritance
-
- Object
- HandSignatureDrawer
- LineSignatureDrawer
Constructors
- LineSignatureDrawer.new({double width = 1.0, Color color = Colors.black})
-
Creates a LineSignatureDrawer with the specified
width
andcolor
.const
Properties
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
.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited