Skip to content

Commit

Permalink
style: Format file
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Jul 30, 2022
1 parent 32ba298 commit 7fd2a2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions example/lib/sources/complete_form.dart
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@ class _CompleteFormState extends State<CompleteForm> {
// autovalidate: true,
name: 'gender',
decoration: InputDecoration(
labelText: 'Gender',
suffix: _genderHasError
? const Icon(Icons.error)
: const Icon(Icons.check),
hintText: 'Select Gender',
labelText: 'Gender',
suffix: _genderHasError
? const Icon(Icons.error)
: const Icon(Icons.check),
hintText: 'Select Gender',
),
// initialValue: 'Male',
validator: FormBuilderValidators.compose(
Expand Down

0 comments on commit 7fd2a2c

Please sign in to comment.