helpAnimationImage property
Allows you to set any image for the help animation.
Implementation
Image? get helpAnimationImage => _helpAnimationImage;
Implementation
set helpAnimationImage(Image? val) {
_helpAnimationImage = val;
_set({"helpAnimationImage": _imageToBase64(val)});
}