label property
The label of column header of checkbox column.
Typically, checkbox can be enabled by setting
DataGridCheckboxColumnSettings.showCheckboxOnHeader as true
.
Implementation
final Widget? label;
The label of column header of checkbox column.
Typically, checkbox can be enabled by setting
DataGridCheckboxColumnSettings.showCheckboxOnHeader as true
.
final Widget? label;