hasSelection property
bool
get
hasSelection
Whether either axis currently has a selection.
Implementation
bool get hasSelection => _selectedRowKey != null || _selectedColumnKey != null;
Whether either axis currently has a selection.
bool get hasSelection => _selectedRowKey != null || _selectedColumnKey != null;