isMultiSelect property

bool get isMultiSelect

True if the selection model is multi-select.

If true, the menu group will use check marks to denote selected items, otherwise the menu group will use a single bar indicator to denote selection.

Implementation

bool get isMultiSelect => selectionModel is MultiSelectionModel;