RightBarTheme constructor

RightBarTheme({
  1. Color disabled = const Color(0xffffffff),
  2. Color activeSwitchBorderColor = const Color(0xff727cf5),
  3. Color inactiveSwitchBorderColor = const Color(0xffdee2e6),
  4. Color onDisabled = const Color(0xff313a46),
})

Implementation

RightBarTheme({
  this.disabled = const Color(0xffffffff),
  this.activeSwitchBorderColor = const Color(0xff727cf5),
  this.inactiveSwitchBorderColor = const Color(0xffdee2e6),
  this.onDisabled = const Color(0xff313a46),
});