PagePreviewMode class
Configuration of the 'preview' button in 'page preview mode'.
- Inheritance
-
- Object
- PreviewButton
- PagePreviewMode
Constructors
- PagePreviewMode.new({String accessibilityDescription = "?accessibilityDescriptionCameraPreviewButton", ScanbotColor? imagePlaceholderColor, BadgeStyle? pageCounter})
-
PagePreviewMode.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accessibilityDescription ↔ String
-
The text to be read when the 'preview' button is selected via the accessibility mode.
Default is "?accessibilityDescriptionCameraPreviewButton"
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- imagePlaceholderColor ↔ ScanbotColor
-
The color of the image placeholder.
Default is "?sbColorOnSurfaceVariant"
getter/setter pair
- pageCounter ↔ BadgeStyle
-
Configuration of the page counter icon.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited