XIcon constructor

XIcon(
  1. XIconData icon, {
  2. double? size,
  3. Color? color,
  4. Key? key,
})

Implementation

XIcon(this.icon, {this.size, this.color, this.key}) : super(key: key);