menu
levit_dart package
documentation
levit_dart.dart
LevitSelectionMixin<T>
clearSelection method
clearSelection method
dark_mode
light_mode
clearSelection
method
void
clearSelection
(
)
Clears the selection.
Implementation
void clearSelection() { selectedItems.clear(); }
levit_dart package
documentation
levit_dart
LevitSelectionMixin<T>
clearSelection method
LevitSelectionMixin mixin