animationController property
set
animationController
(AnimationController value)
Setter for tooltip animation controller instance
Implementation
set animationController(AnimationController value) {
if (_animationController == value) {
return;
}
_animationController = value;
}