IconButton constructor

IconButton({
  1. bool visible = true,
  2. ScanbotColor? color,
  3. String accessibilityDescription = "",
})

Implementation

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