animateExit method

PresentationConfig animateExit(
  1. bool value
)

Implementation

PresentationConfig animateExit(bool value) {
  _animateExit = value;
  return this;
}