ArcaneSidebarExpanded constructor

const ArcaneSidebarExpanded({
  1. required List<Widget> children,
  2. Key? key,
})

Implementation

const ArcaneSidebarExpanded({required this.children, super.key});