AntdIconStyle constructor
const
AntdIconStyle({
- bool inherit = true,
- double? size,
- Color? color,
- double? fill,
- double? weight,
- double? grade,
- double? opticalSize,
- List<
Shadow> ? shadows, - String? semanticLabel,
- TextDirection? textDirection,
- bool? applyTextScaling,
- BlendMode? blendMode,
- AntdBoxStyle? bodyStyle,
- AntdFlexStyle? flexStyle,
- 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});