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