clear method
Set the selection to empty.
Implementation
void clear() {
_candidates = <RenderObject>[];
_index = 0;
_computeCurrent();
}
Set the selection to empty.
void clear() {
_candidates = <RenderObject>[];
_index = 0;
_computeCurrent();
}