lightRightBarTheme property

RightBarTheme lightRightBarTheme
final

Implementation

static final RightBarTheme lightRightBarTheme = RightBarTheme(
    disabled: const Color(0xffffffff),
    onDisabled: const Color(0xffdee2e6),
    activeSwitchBorderColor: const Color(0xff727cf5),
    inactiveSwitchBorderColor: const Color(0xffdee2e6));