IconUserGuidanceConfiguration constructor
IconUserGuidanceConfiguration({
- bool visible = true,
- IconStyle? icon,
- StyledText? title,
- BackgroundStyle? background,
Implementation
IconUserGuidanceConfiguration({
this.visible = true,
IconStyle? icon,
StyledText? title,
BackgroundStyle? background,
}) : icon = icon ?? IconStyle(color: ScanbotColor("?sbColorOnPrimary")),
title = title ?? StyledText(color: ScanbotColor("?sbColorOnPrimary")),
background = background ??
BackgroundStyle(fillColor: ScanbotColor("?sbColorSurfaceLow"));