NiceSignature constructor
Implementation
const NiceSignature({
super.key,
this.onChanged,
this.height = 200,
this.penColor = Colors.black,
this.penWidth = 2.0,
this.backgroundColor = Colors.white,
this.label,
});
const NiceSignature({
super.key,
this.onChanged,
this.height = 200,
this.penColor = Colors.black,
this.penWidth = 2.0,
this.backgroundColor = Colors.white,
this.label,
});