animateHint method

void animateHint()

Implementation

void animateHint() {
  if (!(debugSemanticsDisableAnimations ?? false)) {
    _hintAnimationController.reset();
    _hintAnimationController.forward();
  }
}