easeOut method

AnimatedBuilder easeOut()

ease-out - 缓出动画

Implementation

AnimatedBuilder easeOut() {
  _curve = Curves.easeOut;
  return this;
}