SidebarItem constructor

const SidebarItem(
  1. {Key? key,
  2. required PageRouteInfo route,
  3. required IconData icon,
  4. FutureOr<void> onTap(
      )?}
    )

    An item in the sidebar.

    When tapped, the route will be pushed. When the route is active, this item will be selected.

    Implementation

    const SidebarItem