ManualCountEditDialog

constructor(source: Map<String, Any?>)
constructor(json: JsonObject)
constructor(sheetColor: ScanbotColor = ScanbotColor("?sbColorSurface", isArgb = false), dividerColor: ScanbotColor = ScanbotColor("?sbColorOutline", isArgb = false), modalOverlayColor: ScanbotColor = ScanbotColor("?sbColorModalOverlay", isArgb = false), title: StyledText = StyledText( text = "Update count", color = ScanbotColor("?sbColorOnSurface", isArgb = false) ), info: StyledText = StyledText( text = "Adjust the number of items you scanned.", color = ScanbotColor("?sbColorOnSurfaceVariant", isArgb = false) ), updateButton: ButtonConfiguration = ButtonConfiguration( visible = true, text = "Update", background = BackgroundStyle( strokeColor = ScanbotColor("?sbColorPrimary", isArgb = false), fillColor = ScanbotColor("?sbColorPrimary", isArgb = false), strokeWidth = 1.0 ), foreground = ForegroundStyle( iconVisible = false, color = ScanbotColor("?sbColorOnPrimary", isArgb = false), useShadow = false ) ), cancelButton: ButtonConfiguration = ButtonConfiguration( visible = true, text = "Cancel", background = BackgroundStyle( strokeColor = ScanbotColor("#00000000", isArgb = false), fillColor = ScanbotColor("#00000000", isArgb = false), strokeWidth = 1.0 ), foreground = ForegroundStyle( iconVisible = false, color = ScanbotColor("?sbColorPrimary", isArgb = false), useShadow = false ) ), clearTextButton: IconStyle = IconStyle( visible = true, color = ScanbotColor("?sbColorOnSurfaceVariant", isArgb = false) ))