animateIn method

void animateIn()

Implementation

void animateIn() {
  setState(() {
    status = InOutAnimationStatus.In;
  });
}