effectiveStyle property

S2ChoiceStyle? effectiveStyle

Implementation

S2ChoiceStyle? get effectiveStyle => selected == true ? activeStyle : style;