hideMenu method

TickerFuture? hideMenu()

Implementation

TickerFuture? hideMenu() {
  return _state?.animationController?.reverse();
}