hide method

void hide()

Hides the AbstractTransitionComponent by removing the CSS class that invokes a CSS transition.

Implementation

void hide() {
  _handleHide();
}