scrollPosition property
double
get
scrollPosition
The current scroll position of the board
Implementation
double get scrollPosition => _scrollController?.offset ?? 0.0;
The current scroll position of the board
double get scrollPosition => _scrollController?.offset ?? 0.0;