nearEnd property
bool
get
nearEnd
Whether the scoreboard will reach its ending scroll state in at most one forwards movement.
Implementation
bool get nearEnd => _clientSize != null
? _transform.abs() + _clientSize! + _scrollingMove! >= _scrollSize!
: false;