menu
pukaad_ui_lib package
documentation
widgets/menu/menu_section.dart
MenuSection
MenuSection.new const constructor
MenuSection.new const constructor
dark_mode
light_mode
MenuSection
constructor
const
MenuSection
(
{
Key
?
key
,
required
String
title
,
String
?
subtitle
,
required
List
<
Widget
>
children
,
})
Implementation
const MenuSection({ super.key, required this.title, this.subtitle, required this.children, });
pukaad_ui_lib package
documentation
widgets/menu/menu_section
MenuSection
MenuSection.new const constructor
MenuSection class