SheetContent class

Configuration of the list containing the barcodes that have already been scanned.

Constructors

SheetContent({ScanbotColor? sheetColor, ScanbotColor? dividerColor, bool manualCountChangeEnabled = true, ScanbotColor? manualCountOutlineColor, ScanbotColor? manualCountChangeColor, StyledText? title, ButtonConfiguration? clearAllButton, StyledText? barcodeItemTitle, StyledText? barcodeItemSubtitle, bool barcodeItemImageVisible = true, ButtonConfiguration? submitButton, ButtonConfiguration? startScanningButton, StyledText? placeholderTitle, StyledText? placeholderSubtitle, ScanbotColor? placeholderIconBackground, IconStyle? placeholderIcon, SwipeToDelete? swipeToDelete})
SheetContent.fromJson(Map<String, dynamic> json)
factory

Properties

barcodeItemImageVisible bool
Visibility of the barcode image in a barcode list entry. Default is true
getter/setter pair
barcodeItemSubtitle StyledText
Configuration of the subtitle of a barcode list entry (displaying the barcode's symbology).
getter/setter pair
barcodeItemTitle StyledText
Configuration of the title of a barcode list entry (displaying the barcode's value).
getter/setter pair
clearAllButton ButtonConfiguration
Configuration of the button for clearing the barcode list.
getter/setter pair
dividerColor ScanbotColor
The color of the dividers in the list sheet. Default is "?sbColorOutline"
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
manualCountChangeColor ScanbotColor
Color of the buttons for manually changing the barcode count. Default is "?sbColorPrimary"
getter/setter pair
manualCountChangeEnabled bool
Enables the user to change the number of scanned items by pressing +,-, or changing the number using a keyboard. Default is true
getter/setter pair
manualCountOutlineColor ScanbotColor
The color of the outline of the manual counting buttons in the list sheet. Default is "?sbColorOutline"
getter/setter pair
placeholderIcon IconStyle
Configuration of the icon displayed in an empty barcode list.
getter/setter pair
placeholderIconBackground ScanbotColor
Background color of the icon displayed in an empty barcode list. Default is "?sbColorOutline"
getter/setter pair
placeholderSubtitle StyledText
Configuration of the subtitle displayed in an empty barcode list.
getter/setter pair
placeholderTitle StyledText
Configuration of the title displayed in an empty barcode list.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sheetColor ScanbotColor
Color of the list's background. Default is "?sbColorSurface"
getter/setter pair
startScanningButton ButtonConfiguration
Configuration of the button to start scanning displayed in an empty barcode list.
getter/setter pair
submitButton ButtonConfiguration
Configuration of the barcode list's submit button.
getter/setter pair
swipeToDelete SwipeToDelete
The style of the swipe-to-delete button.
getter/setter pair
title StyledText
Configuration of the barcode list's title. By default displays the total number of scanned barcodes.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited