WIcon constructor

const WIcon(
  1. IconData icon, {
  2. Key? key,
  3. String? className,
  4. double? size,
  5. Color? color,
  6. String? semanticLabel,
  7. TextDirection? textDirection,
})

Implementation

const WIcon(
  this.icon, {
  super.key,
  this.className,
  this.size,
  this.color,
  this.semanticLabel,
  this.textDirection,
});