PinTableHeaderRowsRequest constructor

PinTableHeaderRowsRequest({
  1. int? pinnedHeaderRowsCount,
  2. Location? tableStartLocation,
})

Implementation

PinTableHeaderRowsRequest({
  this.pinnedHeaderRowsCount,
  this.tableStartLocation,
});