openAnimation method

dynamic openAnimation()

Implementation

openAnimation() {
  controller?.reset();
  controller?.forward();
}