LeftBarTheme constructor
LeftBarTheme({})
Implementation
LeftBarTheme({
this.background = const Color(0xffffffff),
this.onBackground = const Color(0xff313a46),
this.labelColor = const Color(0xff6c757d),
this.activeItemColor = const Color(0xff006784),
this.activeItemBackground = const Color(0x14006784),
});