easeIn method

AnimatedBuilder easeIn()

ease-in - 缓入动画

Implementation

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