multiSelect property

bool multiSelect
final

When true, taps toggle membership in selectedIndices (multi-select).

When false (default), selection is exclusive via selectedIndex.

Implementation

final bool multiSelect;