helpAnimationImage property
Allows you to set any image for the help animation.
Implementation
Uint8List? get helpAnimationImage => _helpAnimationImage;
Implementation
set helpAnimationImage(Uint8List? val) {
_helpAnimationImage = val;
_setCustomization({"helpAnimationImage": _toBase64(val)}, this);
}