showCaptureButtonDelayFromStart property
Allows you to specify a time interval when the Capture button
has to be displayed after the scanning process is started.
Don't forget to set the showCaptureButton to true
,
otherwise, it won't be displayed.
Default: 10.
Implementation
int? get showCaptureButtonDelayFromStart => _showCaptureButtonDelayFromStart;
Implementation
set showCaptureButtonDelayFromStart(int? val) {
_showCaptureButtonDelayFromStart = val;
_setFunctionality({"showCaptureButtonDelayFromStart": val}, this);
}