scrollPosition property

double get scrollPosition

The current scroll position of the board

Implementation

double get scrollPosition => _scrollController?.offset ?? 0.0;