SheetContent
constructor(json: JsonObject)
constructor(sheetColor: ScanbotColor = ScanbotColor("?sbColorSurface", isArgb = false), dividerColor: ScanbotColor = ScanbotColor("?sbColorOutline", isArgb = false), manualCountChangeEnabled: Boolean = true, manualCountOutlineColor: ScanbotColor = ScanbotColor("?sbColorOutline", isArgb = false), manualCountChangeColor: ScanbotColor = ScanbotColor("?sbColorPrimary", isArgb = false), title: StyledText = StyledText( text = "%d items", color = ScanbotColor("?sbColorOnSurface", isArgb = false) ), clearAllButton: ButtonConfiguration = ButtonConfiguration( visible = true, text = "Clear all", background = BackgroundStyle( strokeColor = ScanbotColor("#00000000", isArgb = false), fillColor = ScanbotColor("#00000000", isArgb = false), strokeWidth = 1.0 ), foreground = ForegroundStyle( iconVisible = false, color = ScanbotColor("?sbColorOnSurface", isArgb = false), useShadow = false ) ), barcodeItemTitle: StyledText = StyledText( visible = true, text = "BARCODE_TITLE", color = ScanbotColor("?sbColorOnSurface", isArgb = false), useShadow = false ), barcodeItemSubtitle: StyledText = StyledText( text = "BARCODE_SUBTITLE", color = ScanbotColor("?sbColorOnSurfaceVariant", isArgb = false) ), barcodeItemImageVisible: Boolean = true, submitButton: ButtonConfiguration = ButtonConfiguration( visible = true, text = "Submit", background = BackgroundStyle( strokeColor = ScanbotColor("#00000000", isArgb = false), fillColor = ScanbotColor("#00000000", isArgb = false), strokeWidth = 1.0 ), foreground = ForegroundStyle( iconVisible = false, color = ScanbotColor("?sbColorOnSurface", isArgb = false), useShadow = false ) ), startScanningButton: ButtonConfiguration = ButtonConfiguration( visible = true, text = "Start scanning", background = BackgroundStyle( strokeColor = ScanbotColor("?sbColorPrimary", isArgb = false), fillColor = ScanbotColor("?sbColorPrimary", isArgb = false), strokeWidth = 1.0 ), foreground = ForegroundStyle( iconVisible = true, color = ScanbotColor("?sbColorOnPrimary", isArgb = false), useShadow = false ) ), placeholderTitle: StyledText = StyledText( text = "No barcodes here!", color = ScanbotColor("?sbColorOnSurface", isArgb = false) ), placeholderSubtitle: StyledText = StyledText( text = "The barcode list is currently empty. Close this sheet and scan your items to add them.", color = ScanbotColor("?sbColorOnSurfaceVariant", isArgb = false) ), placeholderIconBackground: ScanbotColor = ScanbotColor("?sbColorOutline", isArgb = false), placeholderIcon: IconStyle = IconStyle( visible = true, color = ScanbotColor("?sbColorOnSurface", isArgb = false) ), swipeToDelete: SwipeToDelete = SwipeToDelete( enabled = true, backgroundColor = ScanbotColor("?sbColorNegative", isArgb = false), iconColor = ScanbotColor("?sbColorOnPrimary", isArgb = false) ))