NiceSignatureDisplay constructor
const
NiceSignatureDisplay({})
Implementation
const NiceSignatureDisplay({
super.key,
this.width = double.infinity,
this.height = 200,
this.strokeColor = Colors.black,
this.strokeWidth = 2.0,
this.backgroundColor = Colors.white,
this.label,
this.onSave,
this.onClear,
this.showToolbar = true,
});