Skip to content

Commit

Permalink
Merge pull request #2 from saward/patch-1
Browse files Browse the repository at this point in the history
Fixed enum type in README example
  • Loading branch information
hslbetto authored Mar 2, 2021
2 parents 4d8bf2a + 438d230 commit bca2ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ final List<Map<String, dynamic>> _items = [

``` dart
SelectFormField(
type: SelectFormField.dropdown, // or can be dialog
type: SelectFormFieldType.dropdown, // or can be dialog
initialValue: 'circle',
icon: Icon(Icons.format_shapes),
labelText: 'Shape',
Expand Down

0 comments on commit bca2ffb

Please sign in to comment.