SignatureController constructor
SignatureController({
- List<
Point> ? points, - Color penColor = Colors.black,
- double penStrokeWidth = 3.0,
- Color? exportBackgroundColor,
- VoidCallback? onDrawStart,
- VoidCallback? onDrawMove,
- VoidCallback? onDrawEnd,
- double mosaicWidth = 5.0,
constructor
Implementation
SignatureController({
List<Point>? points,
this.penColor = Colors.black,
this.penStrokeWidth = 3.0,
this.exportBackgroundColor,
this.onDrawStart,
this.onDrawMove,
this.onDrawEnd,
this.mosaicWidth = 5.0
}) : super(points ?? <Point>[]);