LeftBarTheme constructor

LeftBarTheme({
  1. Color background = const Color(0xffffffff),
  2. Color onBackground = const Color(0xff313a46),
  3. Color labelColor = const Color(0xff6c757d),
  4. Color activeItemColor = const Color(0xff006784),
  5. Color activeItemBackground = const Color(0x14006784),
})

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),
});