magnifierExists property
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;
Whether the magnifier currently exists.
This differs from magnifierIsVisible in that the magnifier may exist in the overlay, but not be shown.
bool get magnifierExists => _selectionOverlay.magnifierExists;