SignatureControllerIns constructor
SignatureControllerIns({
- List<
Point> ? points, - double penStrokeWidth = 3.0,
- Color penColor = Colors.black,
- Color? exportPenColor,
- Color? exportBackgroundColor,
- VoidCallback? onDrawStart,
- VoidCallback? onDrawEnd,
- VoidCallback? onDrawMove,
Implementation
SignatureControllerIns({
super.points,
super.penStrokeWidth,
super.penColor,
super.exportPenColor,
super.exportBackgroundColor,
super.onDrawStart,
super.onDrawEnd,
super.onDrawMove,
});