IconStyle constructor
IconStyle({
- bool visible = true,
- ScanbotColor? color,
Implementation
IconStyle({
this.visible = true,
ScanbotColor? color,
}) : color = color ?? ScanbotColor("#FFFFFF");