menu
arcane_jaspr package
documentation
core/props/sidebar_props.dart
SidebarSectionProps
SidebarSectionProps.new const constructor
SidebarSectionProps.new const constructor
dark_mode
light_mode
SidebarSectionProps
constructor
const
SidebarSectionProps
(
{
required
String
label
,
Widget
?
icon
,
required
List
<
Widget
>
children
,
})
Implementation
const SidebarSectionProps({ required this.label, this.icon, required this.children, });
arcane_jaspr package
documentation
core/props/sidebar_props
SidebarSectionProps
SidebarSectionProps.new const constructor
SidebarSectionProps class