show method

void show()

Shows the AbstractTransitionComponent by adding the CSS class that invokes a CSS transition.

Implementation

void show() {
  _handleShow();
}