handlesAreVisible property Null safety
Whether the handles are currently visible.
Implementation
bool get handlesAreVisible => _selectionOverlay._handles != null && handlesVisible;
Whether the handles are currently visible.
bool get handlesAreVisible => _selectionOverlay._handles != null && handlesVisible;