multipageAnimationBackImage property

dynamic multipageAnimationBackImage

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

Implementation

Uint8List? get multipageAnimationBackImage => _multipageAnimationBackImage;
void multipageAnimationBackImage=(dynamic val)

Implementation

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