Variable GridWidgetBase._minVisibleCols

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