WrapperSessionScanViewConfigOptions class
UI configuration options for the scan view, controlling optional controls, orientation, and overlays.
Constructors
- WrapperSessionScanViewConfigOptions({WrapperSessionScanViewConfigOptionDefaultOrientation? defaultOrientation, WrapperSessionScanViewConfigOptionDoneButton? doneButtonConfig, WrapperSessionScanViewConfigOptionLabel? label, WrapperSessionScanViewConfigOptionRotateButton? rotateButton, WrapperSessionScanViewConfigOptionSegmentConfig? segmentConfig, String? toolbarTitle})
-
WrapperSessionScanViewConfigOptions.fromJson(Map<
String, dynamic> json) -
factory
- WrapperSessionScanViewConfigOptions.fromRawJson(String str)
-
factory
Properties
- defaultOrientation ↔ WrapperSessionScanViewConfigOptionDefaultOrientation?
-
Initial screen orientation when the scan view is presented.
getter/setter pair
- doneButtonConfig ↔ WrapperSessionScanViewConfigOptionDoneButton?
-
Deprecated. iOS only. Button that dismisses the scan view. Use toolbarTitle instead.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- label ↔ WrapperSessionScanViewConfigOptionLabel?
-
Deprecated. iOS only. Static text label on the scan view. Use the Simple Instruction
Label UI Feedback preset instead.
getter/setter pair
- rotateButton ↔ WrapperSessionScanViewConfigOptionRotateButton?
-
Optional button that lets users toggle between portrait and landscape orientations.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- segmentConfig ↔ WrapperSessionScanViewConfigOptionSegmentConfig?
-
Optional multi-mode segment control for switching between scanning configurations.
getter/setter pair
- toolbarTitle ↔ String?
-
Title shown on the toolbar with a back button. Fullscreen scanning only; ignored when
using a ContainerView.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toRawJson(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited