menu
bottom_picker package
documentation
widgets/simple_picker.dart
SimplePicker<T>
items property
items property
dark_mode
light_mode
items
property
List
<
T
>
items
final
The list of items to be displayed in the picker.
Implementation
final List<T> items;
bottom_picker package
documentation
widgets/simple_picker
SimplePicker<T>
items property
SimplePicker class