switchDarkTheme top-level property

SeniorSwitchThemeData switchDarkTheme
final

Implementation

final switchDarkTheme = SeniorSwitchThemeData(
  style: SeniorSwitchStyle(
    activeColor: SeniorColors.primaryColor500,
    disabledTextColor: SeniorColors.grayscale10.withOpacity(0.5),
    textColor: SeniorColors.grayscale10,
    trackColor: SeniorColors.grayscale40,
  ),
);