contextMenuAnchors property

TextSelectionToolbarAnchors get contextMenuAnchors

The anchors used to position the text selection toolbar.

Implementation

TextSelectionToolbarAnchors get contextMenuAnchors =>
    _state?.contextMenuAnchors ??
    const TextSelectionToolbarAnchors(primaryAnchor: Offset.zero);