hasRowSelection property

bool get hasRowSelection

Whether row selection is enabled.

Implementation

bool get hasRowSelection => rowSelectionMode != TreeDataTableRowSelectionMode.none;