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