IconSpec constructor

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

Implementation

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