nextPageAnimationStartDelay property

double? get nextPageAnimationStartDelay

Animation delay before flip.

Default: 0.

Implementation

double? get nextPageAnimationStartDelay => _nextPageAnimationStartDelay;
set nextPageAnimationStartDelay (double? val)

Implementation

set nextPageAnimationStartDelay(double? val) {
  _nextPageAnimationStartDelay = val;
  _set({"nextPageAnimationStartDelay": val});
}