defaultChoiceStyle property

S2ChoiceStyle defaultChoiceStyle

Returns the default style for unselected choice

Implementation

S2ChoiceStyle get defaultChoiceStyle {
  return S2ChoiceStyle(
    titleStyle: const TextStyle(),
    subtitleStyle: const TextStyle(),
    control: S2ChoiceControl.platform,
    highlightColor: theme.highlightColor.withOpacity(.7),
  );
}