SignaturePaintParams constructor
const
SignaturePaintParams({})
Paint settings of line.
color
- color of line.
strokeWidth
- minimal width of line.
maxStrokeWidth
- maximal width of line.
Implementation
const SignaturePaintParams({
this.color: Colors.black,
this.strokeWidth: 1.0,
this.maxStrokeWidth: 10.0,
});