Skip to content

Commit d31f016

Browse files
committed
Default background colour for signature pad changed to white from grey
1 parent 117c99f commit d31f016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/inputs/form_builder_signature_pad.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ class FormBuilderSignaturePad extends StatefulWidget {
2525
this.validators = const [],
2626
this.readonly = false,
2727
this.decoration = const InputDecoration(),
28-
this.backgroundColor = Colors.grey,
28+
this.backgroundColor = Colors.white,
2929
this.penColor = Colors.black,
3030
this.penStrokeWidth = 3.0,
3131
this.clearButtonText = "Clear",
3232
this.initialValue,
3333
this.points,
3434
this.width,
35-
this.height,
35+
this.height = 200,
3636
});
3737

3838
@override

0 commit comments

Comments
 (0)