multipageAnimationFrontImage property
Allows you to set any image for the multipage animation (front side).
Implementation
Image? get multipageAnimationFrontImage => _multipageAnimationFrontImage;
Implementation
set multipageAnimationFrontImage(Image? val) {
_multipageAnimationFrontImage = val;
_set({"multipageAnimationFrontImage": _imageToBase64(val)});
}