hide method

void hide()

Animates to fully hidden (offset == offsetLimit).

Implementation

void hide() => _animateTo(offsetLimit);