Icon constructor

Icon(
  1. IconData icon, {
  2. num? size,
  3. Color? color,
  4. Style? style,
  5. Key? key,
})

Implementation

Icon(this.icon, {this.size, this.color, this.style, super.key});