Skip to content

Commit ab708ab

Browse files
committed
moved visualDensity to named parameter.
1 parent f522b45 commit ab708ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/src/fields/form_builder_checkbox_group.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ class FormBuilderCheckboxGroup<T> extends FormBuilderFieldDecoration<List<T>> {
2626
final OptionsOrientation orientation;
2727

2828
/// Creates a list of Checkboxes for selecting multiple options
29-
FormBuilderCheckboxGroup(this.visualDensity, {
29+
FormBuilderCheckboxGroup( {
3030
super.key,
3131
required super.name,
32+
this.visualDensity,
3233
super.validator,
3334
super.initialValue,
3435
super.decoration,

0 commit comments

Comments
 (0)