SmartRadioButtonTheme.neutral constructor

SmartRadioButtonTheme.neutral(
  1. BuildContext context
)

Implementation

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