label property

Widget? label
final

The label of column header of checkbox column.

Typically, checkbox can be enabled by setting DataGridCheckboxColumnSettings.showCheckboxOnHeader as true.

Implementation

final Widget? label;