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