SmartRadioButtonTheme.primary constructor
SmartRadioButtonTheme.primary(
- BuildContext context
Implementation
factory SmartRadioButtonTheme.primary(BuildContext context) => SmartRadioButtonTheme(
color: context.theme.primary.main,
);