nearStart property

bool get nearStart

Whether the scoreboard will reach its starting scroll state in at most one backwards movement.

Implementation

bool get nearStart => _transform.abs() - _scrollingMove! <= 0;