menu
flutter_tafsol_core package
documentation
app_drop_down.dart
AppDropdown<T>
builder property
builder property
dark_mode
light_mode
builder
property
Widget
Function
(
T
)
builder
final
A function that builds the widget for each item in the
items
list.
Implementation
final Widget Function(T) builder;
flutter_tafsol_core package
documentation
app_drop_down
AppDropdown<T>
builder property
AppDropdown class