Variable ListWidget._maxScrollPosition

maximum scroll position

class ListWidget
{
  // ...
  int _maxScrollPosition;
  // ...
}