FdcGridPagingRecordInfo constructor

const FdcGridPagingRecordInfo({
  1. String? id,
  2. bool visible = true,
  3. FdcGridItemPlacement placement = FdcGridItemPlacement.end,
  4. String label = '',
  5. String? countLabel,
})

Implementation

const FdcGridPagingRecordInfo({
  super.id,
  super.visible,
  super.placement = FdcGridItemPlacement.end,
  this.label = '',
  this.countLabel,
});