nextPageAnimationStartDelay property
- @Deprecated("Use `timings.nextPageIdCardStartDelay` instead.")
Animation delay before flip.
Default: 0.
Implementation
@Deprecated("Use `timings.nextPageIdCardStartDelay` instead.")
double? get nextPageAnimationStartDelay => _nextPageAnimationStartDelay;
set
nextPageAnimationStartDelay
(double? val)
Implementation
set nextPageAnimationStartDelay(double? val) {
_nextPageAnimationStartDelay = val;
_set({"nextPageAnimationStartDelay": val});
}