ArcSignatureDrawer constructor
const
ArcSignatureDrawer({})
Creates an ArcSignatureDrawer with the specified width
, maxWidth
, and color
.
Implementation
const ArcSignatureDrawer({
this.width = 1.0,
this.maxWidth = 10.0,
this.color = Colors.black,
});