Skip to content

Commit 31984f1

Browse files
committed
chore: fixed formatting issues
1 parent f64b72f commit 31984f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/flutter_form_builder/example/lib/sources/signup_form.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ class _SignupFormState extends State<SignupForm> {
124124
}
125125
debugPrint(_formKey.currentState?.value.toString());
126126
},
127-
child: const Text('Signup', style: TextStyle(color: Colors.white)),
127+
child: const Text('Signup',
128+
style: TextStyle(color: Colors.white)),
128129
)
129130
],
130131
),

0 commit comments

Comments
 (0)