Variable GridWidgetBase._minVisibleRows

class GridWidgetBase
{
  // ...
  int _minVisibleRows = 2;
  // ...
}