removeSelectionIcon method
Removes the selection icon if there
Implementation
void removeSelectionIcon() {
if (selectionIcon != null) selectionIcon.remove(); // already there
selectionIcon = null;
}
Removes the selection icon if there
void removeSelectionIcon() {
if (selectionIcon != null) selectionIcon.remove(); // already there
selectionIcon = null;
}