handleHoverExitV method
Initiates the fade out animation.
Implementation
@protected
@mustCallSuper
void handleHoverExitV(PointerExitEvent event) {
_hoverIsActiveV = false;
_maybeStartFadeoutTimer(horizontal: false);
}
Initiates the fade out animation.
@protected
@mustCallSuper
void handleHoverExitV(PointerExitEvent event) {
_hoverIsActiveV = false;
_maybeStartFadeoutTimer(horizontal: false);
}