BadgeStyle constructor
BadgeStyle({
- bool visible = true,
- required BackgroundStyle background,
- ScanbotColor? foregroundColor,
Implementation
BadgeStyle({
this.visible = true,
required this.background,
ScanbotColor? foregroundColor,
}) : foregroundColor = foregroundColor ?? ScanbotColor("?sbColorOnSurface");