fadeOut method
void
fadeOut()
Starts the fade-out animation from the beginning.
Implementation
void fadeOut() {
_secondaryAnimation.reset();
_secondaryAnimation.forward();
}
Starts the fade-out animation from the beginning.
void fadeOut() {
_secondaryAnimation.reset();
_secondaryAnimation.forward();
}