SignatureController constructor
SignatureController({})
Implementation
SignatureController({
required this.penColor,
this.strokeWidth = 2.0,
Color? exportPenColor,
Color? exportBackgroundColor,
}) : exportPenColor = exportPenColor ?? Colors.black,
exportBackgroundColor = exportBackgroundColor ?? Colors.white;