onSelectAll property

ValueSetter<bool?>? onSelectAll
final

Invoked when the user selects or unselects every row, using the checkbox in the heading row.

See DataTable.onSelectAll.

Implementation

final ValueSetter<bool?>? onSelectAll;