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