helpAnimationImage property

dynamic helpAnimationImage

Allows you to set any image for the help animation.

Implementation

Uint8List? get helpAnimationImage => _helpAnimationImage;
void helpAnimationImage=(dynamic val)

Implementation

set helpAnimationImage(Uint8List? val) {
  _helpAnimationImage = val;
  _setCustomization({"helpAnimationImage": _toBase64(val)}, this);
}