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 cff43b1 commit 8bae3ddCopy full SHA for 8bae3dd
packages/flutter_form_builder/example/lib/main.dart
@@ -332,7 +332,8 @@ class _CompleteFormState extends State<CompleteForm> {
332
FormBuilderChoiceChip<String>(
333
autovalidateMode: AutovalidateMode.onUserInteraction,
334
decoration: const InputDecoration(
335
- labelText: 'Ok, if I had to choose one language, it would be:'),
+ labelText:
336
+ 'Ok, if I had to choose one language, it would be:'),
337
name: 'languages_choice',
338
initialValue: 'Dart',
339
options: const [
0 commit comments