FormBuilderSignaturePad constructor
FormBuilderSignaturePad({@required String attribute, List<FormFieldValidator> validators: const [], bool readonly: false, InputDecoration decoration: const InputDecoration(), Color backgroundColor: Colors.grey, Color penColor: Colors.black, double penStrokeWidth: 3.0, Image initialValue, List<Point> points, double width, double height })
Implementation
FormBuilderSignaturePad({
@required this.attribute,
this.validators = const [],
this.readonly = false,
this.decoration = const InputDecoration(),
this.backgroundColor = Colors.grey,
this.penColor = Colors.black,
this.penStrokeWidth = 3.0,
this.initialValue,
this.points,
this.width,
this.height,
});