runExpand method

void runExpand()

Implementation

void runExpand() {
  if (widget.expand) {
    animController.forward();
  } else {
    animController.reverse();
  }
}