showHelpAnimation property
bool?
get
showHelpAnimation
If it's set to true
, the animation showing how to position a document
will be displayed.
Default: false
.
Implementation
bool? get showHelpAnimation => _showHelpAnimation;
set
showHelpAnimation
(bool? val)
Implementation
set showHelpAnimation(bool? val) {
_showHelpAnimation = val;
_set({"showHelpAnimation": val});
}