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