hasSelectionFeature property

bool get hasSelectionFeature

Implementation

bool get hasSelectionFeature =>
    widget.onSelectedItem != null || widget.onSelectAll != null;