FdcGridPagingRecordInfo constructor
const
FdcGridPagingRecordInfo({
- String? id,
- bool visible = true,
- FdcGridItemPlacement placement = FdcGridItemPlacement.end,
- String label = '',
- String? countLabel,
Creates a FdcGridPagingRecordInfo.
Implementation
const FdcGridPagingRecordInfo({
super.id,
super.visible,
super.placement = FdcGridItemPlacement.end,
this.label = '',
this.countLabel,
});