radioButtonLightTheme top-level constant

SeniorRadioButtonThemeData const radioButtonLightTheme

Implementation

const radioButtonLightTheme = const SeniorRadioButtonThemeData(
  style: SeniorRadioButtonStyle(
    disabledCheckedFillColor: SeniorColors.grayscale30,
    disabledUncheckedFillColor: SeniorColors.grayscale30,
    disabledTitleColor: SeniorColors.grayscale30,
    checkedFillColor: SeniorColors.primaryColor600,
    uncheckedFillColor: SeniorColors.primaryColor600,
    titleColor: SeniorColors.grayscale90,
  ),
);