MobileSidebar constructor
MobileSidebar({
- required List<
MenuItem> items, - bool showList = true,
- FloatingActionButton? floatingActionButton,
- bool persistIndex = false,
- FloatingActionButtonLocation? floatingActionButtonLocation,
- double breakPoint = 800,
- String tag = 'index',
- int maxTabs = 4,
- Color shadowColor = const Color(0x802196F3),
- AppBar? appBar,
Implementation
MobileSidebar({
required this.items,
this.showList = true,
this.floatingActionButton,
this.persistIndex = false,
this.floatingActionButtonLocation,
this.breakPoint = 800,
this.mobileBottomNavigation = false,
this.sideViewNavigation = false,
this.tag = 'index',
this.nestedNavigation = false,
this.maxTabs = 4,
this.shadowColor = const Color(0x802196F3),
this.appBar,
});