SidebarSectionProps constructor
const
SidebarSectionProps({
- required String label,
- ArcaneGlyph? icon,
- required List<
Widget> children,
Implementation
const SidebarSectionProps({
required this.label,
this.icon,
required this.children,
});