Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hslbetto committed Mar 9, 2021
2 parents 03b4cc1 + bca2ffb commit 16bad0f
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 16bad0f

Please sign in to comment.