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