SidebarFooter constructor

const SidebarFooter({
  1. Key? key,
  2. required bool isExpanded,
})

Implementation

const SidebarFooter({super.key, required this.isExpanded});