WireIcon.fromIcon constructor
const
WireIcon.fromIcon({})
Implementation
const WireIcon.fromIcon({
Key? key,
required this.icon,
this.color,
this.size,
this.fill = false,
}) : image = null,
super(key: key);