menu
arcane_jaspr package
documentation
core/props/sidebar_props.dart
SidebarGroupProps
SidebarGroupProps.new const constructor
SidebarGroupProps.new const constructor
dark_mode
light_mode
SidebarGroupProps
constructor
const
SidebarGroupProps
(
{
String
?
label
,
required
List
<
Component
>
children
,
bool
collapsed
=
false
,
})
Implementation
const SidebarGroupProps({ this.label, required this.children, this.collapsed = false, });
arcane_jaspr package
documentation
core/props/sidebar_props
SidebarGroupProps
SidebarGroupProps.new const constructor
SidebarGroupProps class