Skip to content

Commit 170971e

Browse files
authored
Add visualDensity to contructor
1 parent fc489d1 commit 170971e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/fields/form_builder_checkbox.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ class FormBuilderCheckbox extends FormBuilderFieldDecoration<bool> {
111111
this.autofocus = false,
112112
this.checkColor,
113113
this.contentPadding = EdgeInsets.zero,
114+
this.visualDensity,
114115
this.controlAffinity = ListTileControlAffinity.leading,
115116
this.secondary,
116117
this.selected = false,

0 commit comments

Comments
 (0)