FdcGridRowIndicatorOptions constructor

const FdcGridRowIndicatorOptions({
  1. bool showRecordStatus = true,
  2. bool showRowNumbers = false,
  3. bool showRowSelect = false,
})

Implementation

const FdcGridRowIndicatorOptions({
  this.showRecordStatus = true,
  this.showRowNumbers = false,
  this.showRowSelect = false,
});