SignaturePaintParams class

Paint settings.

Constructors

SignaturePaintParams({Color color = Colors.black, double strokeWidth = 1.0, double maxStrokeWidth = 10.0})
Paint settings of line. color - color of line. strokeWidth - minimal width of line. maxStrokeWidth - maximal width of line.
const

Properties

color Color
Color of line.
final
hashCode int
The hash code for this object.
no setterinherited
hexColor String
Hex value of color.
no setter
maxStrokeWidth double
Maximal width of line.
final
opacity String
Opacity of color.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strokeWidth double
Minimal width of line.
final

Methods

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