multipageAnimationFrontImage property
Allows you to set any image for the multipage animation (front side).
Implementation
Uint8List? get multipageAnimationFrontImage => _multipageAnimationFrontImage;
Implementation
set multipageAnimationFrontImage(Uint8List? val) {
_multipageAnimationFrontImage = val;
_setCustomization({"multipageAnimationFrontImage": _toBase64(val)}, this);
}