FlexiChipStyle constructor

const FlexiChipStyle({
  1. double? height,
  2. EdgeInsetsGeometry? margin,
  3. EdgeInsetsGeometry? padding,
  4. Clip? clipBehavior,
  5. Color? overlayColor,
  6. Color? shadowColor,
  7. double? elevation,
  8. TextStyle? foregroundStyle,
  9. Color? foregroundColor,
  10. double? foregroundOpacity,
  11. int? foregroundAlpha,
  12. double? foregroundSpacing,
  13. Color? backgroundColor,
  14. double? backgroundOpacity,
  15. int? backgroundAlpha,
  16. Color? borderColor,
  17. double? borderOpacity,
  18. int? borderAlpha,
  19. double? borderWidth,
  20. BorderRadiusGeometry? borderRadius,
  21. BorderStyle? borderStyle,
  22. Size? avatarSize,
  23. TextStyle? avatarForegroundStyle,
  24. Color? avatarForegroundColor,
  25. Color? avatarBackgroundColor,
  26. BorderRadiusGeometry? avatarBorderRadius,
  27. Color? checkmarkColor,
  28. double? checkmarkSize,
  29. double? checkmarkWeight,
  30. FlexiChipCheckmarkStyle? checkmarkStyle,
  31. Color? iconColor,
  32. double? iconOpacity,
  33. double? iconSize,
})

Implementation

const FlexiChipStyle({
  this.height,
  this.margin,
  this.padding,
  this.clipBehavior,
  this.overlayColor,
  this.shadowColor,
  this.elevation,
  this.foregroundStyle,
  this.foregroundColor,
  this.foregroundOpacity,
  this.foregroundAlpha,
  this.foregroundSpacing,
  this.backgroundColor,
  this.backgroundOpacity,
  this.backgroundAlpha,
  this.borderColor,
  this.borderOpacity,
  this.borderAlpha,
  this.borderWidth,
  this.borderRadius,
  this.borderStyle,
  this.avatarSize,
  this.avatarForegroundStyle,
  this.avatarForegroundColor,
  this.avatarBackgroundColor,
  this.avatarBorderRadius,
  this.checkmarkColor,
  this.checkmarkSize,
  this.checkmarkWeight,
  this.checkmarkStyle,
  this.iconColor,
  this.iconOpacity,
  this.iconSize,
});