We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d8bf2a + 438d230 commit bca2ffbCopy full SHA for bca2ffb
README.md
@@ -56,7 +56,7 @@ final List<Map<String, dynamic>> _items = [
56
57
``` dart
58
SelectFormField(
59
- type: SelectFormField.dropdown, // or can be dialog
+ type: SelectFormFieldType.dropdown, // or can be dialog
60
initialValue: 'circle',
61
icon: Icon(Icons.format_shapes),
62
labelText: 'Shape',
0 commit comments