S2ChoiceStyle constructor

const S2ChoiceStyle(
  1. {TextStyle? titleStyle,
  2. TextStyle? subtitleStyle,
  3. EdgeInsetsGeometry? margin,
  4. EdgeInsetsGeometry? padding,
  5. double? spacing,
  6. bool? showCheckmark,
  7. Color? color,
  8. Color? accentColor,
  9. Color? highlightColor,
  10. S2ChoiceControl? control,
  11. Clip? clipBehavior,
  12. bool? outlined,
  13. bool? raised,
  14. double? opacity,
  15. double? elevation,
  16. 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,
});