IconSpecAttribute constructor

const IconSpecAttribute({
  1. double? size,
  2. ColorDto? color,
  3. double? weight,
  4. double? grade,
  5. double? opticalSize,
  6. List<ShadowDto>? shadows,
  7. double? fill,
  8. TextDirection? textDirection,
  9. bool? applyTextScaling,
  10. AnimatedDataDto? animated,
})

Implementation

const IconSpecAttribute({
  this.size,
  this.color,
  this.weight,
  this.grade,
  this.opticalSize,
  this.shadows,
  this.fill,
  this.textDirection,
  this.applyTextScaling,
  super.animated,
});