WrapperSessionScanViewConfigOptions constructor
WrapperSessionScanViewConfigOptions({
- WrapperSessionScanViewConfigOptionDefaultOrientation? defaultOrientation,
- WrapperSessionScanViewConfigOptionDoneButton? doneButtonConfig,
- WrapperSessionScanViewConfigOptionLabel? label,
- WrapperSessionScanViewConfigOptionRotateButton? rotateButton,
- WrapperSessionScanViewConfigOptionSegmentConfig? segmentConfig,
- String? toolbarTitle,
Implementation
WrapperSessionScanViewConfigOptions({
this.defaultOrientation,
this.doneButtonConfig,
this.label,
this.rotateButton,
this.segmentConfig,
this.toolbarTitle,
});