TextPatternScannerIntroScreenConfiguration class

Configuration of the introduction screen for the generic text scanner.

Constructors

TextPatternScannerIntroScreenConfiguration.new({TextPatternScannerIntroImage? image, ScanbotColor? backgroundColor, ScanbotColor? dividerColor, ScanbotColor? handlerColor, bool showAutomatically = false, StyledText? title, StyledText? explanation, ButtonConfiguration? doneButton})
TextPatternScannerIntroScreenConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

backgroundColor ScanbotColor
The background color of the introduction screen.
getter/setter pair
dividerColor ScanbotColor
The divider color of the introduction screen.
getter/setter pair
doneButton ButtonConfiguration
Configuration of the 'Done' / 'Start scanning' button.
getter/setter pair
explanation StyledText
The text explanation of the introduction screen.
getter/setter pair
handlerColor ScanbotColor
The handle color of the introduction screen.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image TextPatternScannerIntroImage
The image for the introduction screen.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showAutomatically bool
Determines whether the introduction screen should automatically be shown or not when the scanning session starts.
getter/setter pair
title StyledText
The title of the introduction screen, located in the top bar.
getter/setter pair

Methods

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

Operators

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