animateIn method

void animateIn()

Implementation

void animateIn() {
  _key.currentState?.animateIn();
}