menu
zog_ui package
documentation
components/navigation/drawer/zero_navigation_drawer.dart
ZeroNavigationDrawerSection
ZeroNavigationDrawerSection.new const constructor
ZeroNavigationDrawerSection.new const constructor
dark_mode
light_mode
ZeroNavigationDrawerSection
constructor
const
ZeroNavigationDrawerSection
(
{
Key
?
key
,
Widget
?
title
,
required
List
<
Widget
>
menus
,
})
Implementation
const ZeroNavigationDrawerSection({ Key? key, this.title, required this.menus, }) : super(key: key);
zog_ui package
documentation
components/navigation/drawer/zero_navigation_drawer
ZeroNavigationDrawerSection
ZeroNavigationDrawerSection.new const constructor
ZeroNavigationDrawerSection class