ForegroundStyle constructor
ForegroundStyle({
- bool iconVisible = true,
- ScanbotColor? color,
- bool useShadow = false,
Implementation
ForegroundStyle({
this.iconVisible = true,
ScanbotColor? color,
this.useShadow = false,
}) : color = color ?? ScanbotColor("#FFFFFF");