menu
fluttery_framework package
documentation
view.dart
AppDrawer
items property
items property
dark_mode
light_mode
items
property
List
<
ListTile
>
?
items
final
The List of Widget items that make up the Drawer's contents.
Implementation
final List<ListTile>? items;
fluttery_framework package
documentation
view
AppDrawer
items property
AppDrawer class