DebugSignaturePainterCP constructor
DebugSignaturePainterCP({})
Implementation
DebugSignaturePainterCP({
required this.control,
this.cp = false,
this.cpStart = true,
this.cpEnd = true,
this.dot = true,
this.color = Colors.red,
});