showCaptureButtonDelayFromStart property
int?
get
showCaptureButtonDelayFromStart
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;
set
showCaptureButtonDelayFromStart
(int? val)
Implementation
set showCaptureButtonDelayFromStart(int? val) {
_showCaptureButtonDelayFromStart = val;
_set({"showCaptureButtonDelayFromStart": val});
}