UXPIcon constructor

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

Implementation

UXPIcon(this.icon, {Key? key, this.size, this.color}) : super(key: key);