magnifierExists property

bool get magnifierExists

Whether the magnifier currently exists.

This differs from magnifierIsVisible in that the magnifier may exist in the overlay, but not be shown.

Implementation

bool get magnifierExists => _selectionOverlay.magnifierExists;