ButtonConfiguration class

A configuration class used to alter the default buttons.

Constructors

ButtonConfiguration()

Properties

buttonConfirmationFinish DocutainButton
The button on the confirmation page that finishes the scan process. See DocumentScannerConfiguration.confirmPages.
getter/setter pair
buttonCropExpand DocutainButton
The button within the cropping functionality that expands the current cropping rectangle to the whole page.
getter/setter pair
buttonCropFinish DocutainButton
The button within the cropping functionality that finishes the manual cropping process according to the current cropping rectangle.
getter/setter pair
buttonCropSnap DocutainButton
The button within the cropping functionality that snaps the current cropping rectangle to the detected document.
getter/setter pair
buttonEditArrange DocutainButton
The button that opens the page arrangement functionality.
getter/setter pair
buttonEditCrop DocutainButton
The button that opens the cropping functionality.
getter/setter pair
buttonEditDelete DocutainButton
The button that deletes the current page or opens a dialog with options if multiple pages are available.
getter/setter pair
buttonEditFilter DocutainButton
The button that opens the filter functionality.
getter/setter pair
buttonEditFinish DocutainButton
The button that finishes the scan process.
getter/setter pair
buttonEditRetake DocutainButton
The button that starts the process of replacing the current page with a new scan.
getter/setter pair
buttonEditRotate DocutainButton
The button that rotates the current page.
getter/setter pair
buttonScanAutoCaptureOff DocutainButton
The button within the scan functionality that is shown when automatic capture is deactivated.
getter/setter pair
buttonScanAutoCaptureOn DocutainButton
The button within the scan functionality that is shown when automatic capture is activated.
getter/setter pair
buttonScanCapture DocutainButton
The button within the scan functionality that triggers a manual image capture.
getter/setter pair
buttonScanFinish DocutainButton
The button within the scan functionality that finishes the current scan process and leads to the editing page.
getter/setter pair
buttonScanTorch DocutainButton
The button within the scan functionality that toggles the torch.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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