switchLightTheme top-level constant

SeniorSwitchThemeData const switchLightTheme

Implementation

const switchLightTheme = const SeniorSwitchThemeData(
  style: SeniorSwitchStyle(
    activeColor: SeniorColors.primaryColor,
    disabledTextColor: SeniorColors.grayscale30,
    textColor: SeniorColors.grayscale90,
    trackColor: SeniorColors.grayscale50,
  ),
);