We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64b72f commit 31984f1Copy full SHA for 31984f1
packages/flutter_form_builder/example/lib/sources/signup_form.dart
@@ -124,7 +124,8 @@ class _SignupFormState extends State<SignupForm> {
124
}
125
debugPrint(_formKey.currentState?.value.toString());
126
},
127
- child: const Text('Signup', style: TextStyle(color: Colors.white)),
+ child: const Text('Signup',
128
+ style: TextStyle(color: Colors.white)),
129
)
130
],
131
),
0 commit comments