Skip to content

Commit 32ba298

Browse files
fix: Remove extra parentesis
1 parent 5c9c66a commit 32ba298

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/lib/main.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ class _CompleteFormState extends State<CompleteForm> {
206206
suffix: _genderHasError
207207
? const Icon(Icons.error)
208208
: const Icon(Icons.check),
209-
),
210209
hintText: 'Select Gender',
211210
),
212211
validator: FormBuilderValidators.compose(

0 commit comments

Comments
 (0)