exclusive property

bool exclusive
final

When true (default), selecting a row clears any active column selection and vice versa, so at most one axis is ever selected at once. Set to false to allow a row and a column to be selected simultaneously (e.g. to highlight their intersection cell yourself).

Implementation

final bool exclusive;