showFlatCheck property

bool get showFlatCheck

Whether to show a flat list of items with multi-selection.

Implementation

bool get showFlatCheck => selection is MultiSelectionModel;