We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6baa2 commit 641badcCopy full SHA for 641badc
lib/src/fields/form_builder_signature_pad.dart
@@ -33,7 +33,7 @@ class FormBuilderSignaturePad extends StatefulWidget {
33
this.penStrokeWidth = 3.0,
34
this.clearButtonText = "Clear",
35
this.initialValue,
36
- this.points = const [],
+ this.points,
37
this.width,
38
this.height = 200,
39
this.valueTransformer,
lib/src/widgets/signature.dart
@@ -105,7 +105,7 @@ class SignatureState extends State<Signature> {
105
);
106
107
if (widget.width != null || widget.height != null) {
108
- //IF DOUNDARIES ARE DEFINED, USE LIMITED BOX
+ //IF BOUNDARIES ARE DEFINED, USE LIMITED BOX
109
return Center(
110
child: LimitedBox(
111
maxWidth: maxWidth,
0 commit comments