ZetaIcon constructor

const ZetaIcon(
  1. IconData? icon, {
  2. bool? rounded,
  3. Key? key,
  4. double? size,
  5. double? fill,
  6. double? weight,
  7. double? grade,
  8. double? opticalSize,
  9. Color? color,
  10. List<Shadow>? shadows,
  11. String? semanticLabel,
  12. TextDirection? textDirection,
  13. bool? applyTextScaling,
})

Constructs a ZetaIcon.

Implementation

const ZetaIcon(
  this.icon, {
  super.rounded,
  super.key,
  this.size,
  this.fill,
  this.weight,
  this.grade,
  this.opticalSize,
  this.color,
  this.shadows,
  this.semanticLabel,
  this.textDirection,
  this.applyTextScaling,
});