handlesAreVisible property

bool get handlesAreVisible

Whether the handles are currently visible.

Implementation

bool get handlesAreVisible => _selectionOverlay._handles != null && handlesVisible;