multipageAnimationFrontImage property

dynamic multipageAnimationFrontImage

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

Implementation

Uint8List? get multipageAnimationFrontImage => _multipageAnimationFrontImage;
void multipageAnimationFrontImage=(dynamic val)

Implementation

set multipageAnimationFrontImage(Uint8List? val) {
  _multipageAnimationFrontImage = val;
  _setCustomization({"multipageAnimationFrontImage": _toBase64(val)}, this);
}