SmartRadioButtonTheme.custom constructor

SmartRadioButtonTheme.custom(
  1. SmartColor color
)

Implementation

factory SmartRadioButtonTheme.custom(SmartColor color) => SmartRadioButtonTheme(color: color.main);