handlesAreVisible property

bool handlesAreVisible

Whether the handles are currently visible.

Implementation

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