File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ class FormBuilderCheckbox extends FormBuilderField<bool> {
85
85
this .subtitle,
86
86
this .secondary,
87
87
this .controlAffinity = ListTileControlAffinity .leading,
88
- this .contentPadding = const EdgeInsets .all ( 0.0 ) ,
88
+ this .contentPadding = EdgeInsets .zero ,
89
89
this .autofocus = false ,
90
90
this .tristate = false ,
91
91
this .selected = false ,
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ class FormBuilderSwitch extends FormBuilderField {
105
105
this .subtitle,
106
106
this .secondary,
107
107
this .controlAffinity = ListTileControlAffinity .trailing,
108
- this .contentPadding = const EdgeInsets .all ( 0.0 ) ,
108
+ this .contentPadding = EdgeInsets .zero ,
109
109
this .autofocus = false ,
110
110
this .selected = false ,
111
111
}) : super (
You can’t perform that action at this time.
0 commit comments