SignatureConfig class

Constructors

SignatureConfig({Color penColor = Colors.black, double penStrokeWidth = 2.0, double minStrokeWidth = 1.0, double maxStrokeWidth = 4.0, bool enablePressureSensitivity = false, bool enableTiltSensitivity = false, Color backgroundColor = Colors.white, bool showGrid = false, Color gridColor = const Color(0xFFE0E0E0), double gridSpacing = 20.0, bool enableSmoothing = true, double smoothingFactor = 0.3, bool enableAntiAliasing = true, List<Color>? penColors, bool enableMultiColor = false})
const

Properties

backgroundColor Color
final
enableAntiAliasing bool
final
enableMultiColor bool
final
enablePressureSensitivity bool
final
enableSmoothing bool
final
enableTiltSensitivity bool
final
gridColor Color
final
gridSpacing double
final
hashCode int
The hash code for this object.
no setterinherited
maxStrokeWidth double
final
minStrokeWidth double
final
penColor Color
final
penColors List<Color>?
final
penStrokeWidth double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showGrid bool
final
smoothingFactor double
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