DrivenChipStyle constructor

const DrivenChipStyle({
  1. SheetVariant? variant,
  2. SheetSeverity? severity,
  3. double? height,
  4. EdgeInsetsGeometry? margin,
  5. EdgeInsetsGeometry? padding,
  6. Clip? clipBehavior,
  7. bool? overlayDisabled,
  8. Color? overlayColor,
  9. Color? shadowColor,
  10. Color? surfaceTint,
  11. double? elevation,
  12. TextStyle? foregroundStyle,
  13. Color? foregroundColor,
  14. double? foregroundOpacity,
  15. int? foregroundAlpha,
  16. double? foregroundSpacing,
  17. bool? foregroundLoosen,
  18. bool? foregroundExpanded,
  19. CrossAxisAlignment? foregroundAlign,
  20. MainAxisAlignment? foregroundJustify,
  21. Color? backgroundColor,
  22. double? backgroundOpacity,
  23. int? backgroundAlpha,
  24. Color? borderColor,
  25. double? borderOpacity,
  26. int? borderAlpha,
  27. double? borderWidth,
  28. BorderRadius? borderRadius,
  29. BorderStyle? borderStyle,
  30. Color? iconColor,
  31. double? iconOpacity,
  32. double? iconSize,
  33. Color? checkmarkColor,
  34. double? checkmarkSize,
  35. double? checkmarkWeight,
  36. StrokeStyle? checkmarkStyle,
  37. AvatarStyle? avatarStyle,
  38. ChipStyle? selectedStyle,
  39. ChipStyle? disabledStyle,
  40. ChipStyle? hoveredStyle,
  41. ChipStyle? focusedStyle,
  42. ChipStyle? pressedStyle,
  43. bool? mergeResolved,
})

Create a raw DrivenChipStyle.

Implementation

const DrivenChipStyle({
  super.variant,
  super.severity,
  super.height,
  super.margin,
  super.padding,
  super.clipBehavior,
  super.overlayDisabled,
  super.overlayColor,
  super.shadowColor,
  super.surfaceTint,
  super.elevation,
  super.foregroundStyle,
  super.foregroundColor,
  super.foregroundOpacity,
  super.foregroundAlpha,
  super.foregroundSpacing,
  super.foregroundLoosen,
  super.foregroundExpanded,
  super.foregroundAlign,
  super.foregroundJustify,
  super.backgroundColor,
  super.backgroundOpacity,
  super.backgroundAlpha,
  super.borderColor,
  super.borderOpacity,
  super.borderAlpha,
  super.borderWidth,
  super.borderRadius,
  super.borderStyle,
  super.iconColor,
  super.iconOpacity,
  super.iconSize,
  super.checkmarkColor,
  super.checkmarkSize,
  super.checkmarkWeight,
  super.checkmarkStyle,
  super.avatarStyle,
  this.selectedStyle,
  this.disabledStyle,
  this.hoveredStyle,
  this.focusedStyle,
  this.pressedStyle,
  this.mergeResolved,
});