FdcGridColumnPinning constructor
const
FdcGridColumnPinning({})
Creates a FdcGridColumnPinning.
Implementation
const FdcGridColumnPinning({
this.enabled = true,
this.startPinnedGroupLabel = '',
this.unpinnedGroupLabel = '',
this.endPinnedGroupLabel = '',
});