SideBarDrawerComponent constructor
SideBarDrawerComponent({})
Implementation
SideBarDrawerComponent(
{required this.enableToolbar,
this.primaryColor,
this.backgroundColor,
this.titleToolbar,
this.subtitleToolbar,
this.labelToolbar,
this.profileImageUrl,
required this.itemsMenu,
required this.onPressedItemMenu,
super.key});