Skip to content

Commit 882fa7f

Browse files
committed
Added const keyword to constructor.
1 parent 81839f3 commit 882fa7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/form_builder_field_option.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class FormBuilderFieldOption extends StatelessWidget {
66
final Widget child;
77
final dynamic value;
88

9-
FormBuilderFieldOption({
9+
const FormBuilderFieldOption({
1010
Key key,
1111
this.label,
1212
@required this.value,

0 commit comments

Comments
 (0)