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