FormBuilderSignaturePad constructor
FormBuilderSignaturePad({@required String attribute, List<FormFieldValidator> validators: const [], bool readonly: false, InputDecoration decoration: const InputDecoration(), Color backgroundColor: Colors.white, Color penColor: Colors.black, double penStrokeWidth: 3.0, String clearButtonText: "Clear", Uint8List initialValue, List<Point> points, double width, double height: 200, ValueTransformer valueTransformer, ValueChanged onChanged })
Implementation
FormBuilderSignaturePad({
@required this.attribute,
this.validators = const [],
this.readonly = false,
this.decoration = const InputDecoration(),
this.backgroundColor = Colors.white,
this.penColor = Colors.black,
this.penStrokeWidth = 3.0,
this.clearButtonText = "Clear",
this.initialValue,
this.points,
this.width,
this.height = 200,
this.valueTransformer,
this.onChanged,
});