DataGridCheckboxColumnSettings constructor

const DataGridCheckboxColumnSettings({
  1. bool showCheckboxOnHeader = true,
  2. Widget? label,
  3. double width = 50,
  4. Color? backgroundColor,
})

Implementation

const DataGridCheckboxColumnSettings({
  this.showCheckboxOnHeader = true,
  this.label,
  this.width = 50,
  this.backgroundColor,
});