menu
flutter_dropdown_plus package
documentation
dropdown_textfield.dart
SearchFieldListItem<T>
SearchFieldListItem constructor
SearchFieldListItem constructor
dark_mode
light_mode
SearchFieldListItem<
T
>
constructor
SearchFieldListItem<
T
>
(
String
searchKey
, {
Widget
?
child
,
T?
item
,
Key
?
key
,
})
Implementation
SearchFieldListItem(this.searchKey, {this.child, this.item, this.key});
flutter_dropdown_plus package
documentation
dropdown_textfield
SearchFieldListItem<T>
SearchFieldListItem constructor
SearchFieldListItem class