multipageAnimationFrontImage property

ByteData? multipageAnimationFrontImage

Allows you to set any image for the multipage animation (front side).

Implementation

ByteData? get multipageAnimationFrontImage => _multipageAnimationFrontImage;
void multipageAnimationFrontImage=(ByteData? val)

Implementation

set multipageAnimationFrontImage(ByteData? val) {
  _multipageAnimationFrontImage = val;
  _set({"multipageAnimationFrontImage": _dataToBase64(val)});
}