toggle method

TickerFuture toggle()

Shows the sheet if it is hidden and hides it if it is shown.

Implementation

TickerFuture toggle() => _controller.toggle();