showHandles method
Builds the handles by inserting them into the context's overlay.
Implementation
void showHandles() {
_updateSelectionOverlay();
_selectionOverlay.showHandles();
}
Builds the handles by inserting them into the context's overlay.
void showHandles() {
_updateSelectionOverlay();
_selectionOverlay.showHandles();
}