hide method
void
hide()
Hides the AbstractTransitionComponent by removing the CSS class that invokes a CSS transition.
Implementation
void hide() {
_handleHide();
}
Hides the AbstractTransitionComponent by removing the CSS class that invokes a CSS transition.
void hide() {
_handleHide();
}