IconStyle constructor

IconStyle({
  1. bool visible = true,
  2. ScanbotColor? color,
})

Implementation

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