S2ChoiceStyle constructor
const
S2ChoiceStyle({
- TextStyle titleStyle,
- TextStyle subtitleStyle,
- EdgeInsetsGeometry margin,
- EdgeInsetsGeometry padding,
- double spacing,
- bool showCheckmark,
- Color color,
- Color accentColor,
- Color highlightColor,
- S2ChoiceControl control,
- Clip clipBehavior,
- bool outlined,
- bool raised,
- double opacity,
- double elevation,
- ShapeBorder shape,
Create a configuration of choices item style
Implementation
const S2ChoiceStyle({
this.titleStyle,
this.subtitleStyle,
this.margin,
this.padding,
this.spacing,
this.showCheckmark,
this.color,
this.accentColor,
this.highlightColor,
this.control,
this.clipBehavior,
this.outlined,
this.raised,
this.opacity,
this.elevation,
this.shape,
});