show method

void show()

Animates to fully visible (offset == 0).

Implementation

void show() => _animateTo(0);