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