AntdIconStyle constructor

const AntdIconStyle({
  1. bool inherit = true,
  2. double? size,
  3. Color? color,
  4. double? fill,
  5. double? weight,
  6. double? grade,
  7. double? opticalSize,
  8. List<Shadow>? shadows,
  9. String? semanticLabel,
  10. TextDirection? textDirection,
  11. bool? applyTextScaling,
  12. BlendMode? blendMode,
  13. AntdBoxStyle? bodyStyle,
  14. AntdFlexStyle? flexStyle,
  15. AntdBoxStyle? childStyle,
})

Implementation

const AntdIconStyle(
    {super.inherit,
    this.size,
    this.color,
    this.fill,
    this.weight,
    this.grade,
    this.opticalSize,
    this.shadows,
    this.semanticLabel,
    this.textDirection,
    this.applyTextScaling,
    this.blendMode,
    this.bodyStyle,
    this.flexStyle,
    this.childStyle});