Barcode Check Info Annotation Body Component

Defined in library scandit_datacapture_barcode_check_ui

BarcodeCheckInfoAnnotationBodyComponent
class BarcodeCheckInfoAnnotationBodyComponent

Added in version 7.1.0

A component that forms the body of an info annotation. Each component represents a “row,” containing text with optional icons on the left and/or right sides.

text
String? text

Added in version 7.1.0

The text shown in the component.

textSize
double textSize

Added in version 7.1.0

The size of the text. Default is 14 scale-independent pixels.

fontFamily
FontFamily fontFamily

Added in version 7.1.0

The font used for the text.

textAlign
TextAlignment textAlign

Added in version 7.1.0

The text alignment. The default value is center.

textColor
Color textColor

Added in version 7.1.0

The color of the text. The default value is #121619.

isLeftIconTappable
bool isLeftIconTappable

Added in version 7.1.0

Whether the left icon is tappable. Default is true.

leftIcon
ScanditIcon? leftIcon

Added in version 7.1.0

The icon displayed on the left side of the component. If null, no button is shown. The default value is null.

rightIcon
ScanditIcon? rightIcon

Added in version 7.1.0

The icon displayed on the right side of the component. If null, no button is shown. The default value is null.

isRightIconTappable
bool isRightIconTappable

Added in version 7.1.0

Whether the right icon is tappable. Default is true.