Skip to content

Commit 16bad0f

Browse files
committed
2 parents 03b4cc1 + bca2ffb commit 16bad0f

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
@@ -56,7 +56,7 @@ final List<Map<String, dynamic>> _items = [
5656

5757
``` dart
5858
SelectFormField(
59-
type: SelectFormField.dropdown, // or can be dialog
59+
type: SelectFormFieldType.dropdown, // or can be dialog
6060
initialValue: 'circle',
6161
icon: Icon(Icons.format_shapes),
6262
labelText: 'Shape',

0 commit comments

Comments
 (0)