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