Skip to content

Commit 4f58141

Browse files
Merge pull request #1298 from joshua1996/patch-1
Update README.md
2 parents e6b1059 + f8b3dd9 commit 4f58141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,9 @@ List<String> genderOptions = ['Male', 'Female', 'Other'];
333333
334334
FormBuilderDropdown<String>(
335335
name: 'gender',
336+
initialValue: 'Male',
336337
decoration: InputDecoration(
337338
labelText: 'Gender',
338-
initialValue: 'Male',
339339
suffix: IconButton(
340340
icon: const Icon(Icons.close),
341341
onPressed: () {

0 commit comments

Comments
 (0)