handlesAreVisible property

bool handlesAreVisible

Whether the handles are currently visible.

Implementation

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