atTop property

bool get atTop

Whether the viewport is at the top.

Implementation

bool get atTop => yOffset <= 0;