Variable GridWidgetBase._fixedRows

number of fixed (non-scrollable) rows

class GridWidgetBase
{
  // ...
  int _fixedRows;
  // ...
}