animateEntry method

PresentationConfig animateEntry(
  1. bool value
)

Implementation

PresentationConfig animateEntry(bool value) {
  _animateEntry = value;
  return this;
}