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