selectionOverlay property

  1. @visibleForTesting
SelectionOverlay? selectionOverlay

The SelectionOverlay that is currently visible on the screen.

Can be null if there is no visible SelectionOverlay.

Implementation

@visibleForTesting
SelectionOverlay? get selectionOverlay => _selectionOverlay;