radioButtonDarkTheme top-level property
Implementation
final radioButtonDarkTheme = SeniorRadioButtonThemeData(
style: SeniorRadioButtonStyle(
disabledCheckedFillColor: SeniorColors.primaryColor500.withValues(alpha: 0.5),
disabledUncheckedFillColor: SeniorColors.grayscale50.withValues(alpha: 0.5),
disabledTitleColor: SeniorColors.grayscale10.withValues(alpha: 0.5),
checkedFillColor: SeniorColors.primaryColor500,
uncheckedFillColor: SeniorColors.grayscale50,
titleColor: SeniorColors.grayscale10,
),
);