clearSelection<T> method
void
clearSelection<T>()
清空选择
Implementation
void clearSelection<T>() {
final inherited =
dependOnInheritedWidgetOfExactType<ListSelectInherited<T>>();
inherited?.state.clearSelection();
}