menu
flutter_tafsol_core package
documentation
app_drop_down.dart
AppDropdown<T>
items property
items property
dark_mode
light_mode
items
property
List
<
T
>
items
final
The list of items to display in the dropdown.
Implementation
final List<T> items;
flutter_tafsol_core package
documentation
app_drop_down
AppDropdown<T>
items property
AppDropdown class