FdcGridColumnPinning constructor

const FdcGridColumnPinning({
  1. bool enabled = false,
  2. String startPinnedGroupLabel = '',
  3. String unpinnedGroupLabel = '',
  4. String endPinnedGroupLabel = '',
})

Implementation

const FdcGridColumnPinning({
  this.enabled = false,
  this.startPinnedGroupLabel = '',
  this.unpinnedGroupLabel = '',
  this.endPinnedGroupLabel = '',
});