StyledText constructor
StyledText({
- bool visible = true,
- String text = "",
- ScanbotColor? color,
- bool useShadow = false,
Implementation
StyledText({
this.visible = true,
this.text = "",
ScanbotColor? color,
this.useShadow = false,
}) : color = color ?? ScanbotColor("#FFFFFF");