SidebarItem constructor
- {Key? key,
- required PageRouteInfo route,
- required IconData icon,
- 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