SmartRadioButtonTheme.primary constructor

SmartRadioButtonTheme.primary(
  1. BuildContext context
)

Implementation

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