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", Image initialValue, List<Point> points, double width, double height: 200, ValueTransformer valueTransformer })

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,
});