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