HandSignatureView constructor
const
HandSignatureView({})
Draws Path based on Drawable
data.
Implementation
const HandSignatureView({
Key? key,
required this.data,
this.color,
this.strokeWidth,
this.padding,
this.placeholder,
}) : super(key: key);