C2ChoiceStyle constructor

const C2ChoiceStyle({
  1. Color? color,
  2. EdgeInsetsGeometry? margin,
  3. EdgeInsetsGeometry? padding,
  4. double? elevation,
  5. double? pressElevation,
  6. bool? showCheckmark,
  7. TextStyle? labelStyle,
  8. EdgeInsetsGeometry? labelPadding,
  9. Brightness? brightness,
  10. Color? borderColor,
  11. double? borderOpacity,
  12. double? borderWidth,
  13. BorderRadiusGeometry? borderRadius,
  14. BorderStyle? borderStyle,
  15. OutlinedBorder? borderShape,
  16. Color? avatarBorderColor,
  17. double? avatarBorderWidth,
  18. BorderRadiusGeometry? avatarBorderRadius,
  19. BorderStyle? avatarBorderStyle,
  20. ShapeBorder? avatarBorderShape,
  21. Clip? clipBehavior,
  22. MaterialTapTargetSize? materialTapTargetSize,
  23. Color? disabledColor,
})

Default Constructor

Implementation

const C2ChoiceStyle({
  this.color,
  this.margin,
  this.padding,
  this.elevation,
  this.pressElevation,
  this.showCheckmark,
  this.labelStyle,
  this.labelPadding,
  this.brightness,
  this.borderColor,
  this.borderOpacity,
  this.borderWidth,
  this.borderRadius,
  this.borderStyle,
  this.borderShape,
  this.avatarBorderColor,
  this.avatarBorderWidth,
  this.avatarBorderRadius,
  this.avatarBorderStyle,
  this.avatarBorderShape,
  this.clipBehavior,
  this.materialTapTargetSize,
  this.disabledColor,
});