contextMenuAnchors property

TextSelectionToolbarAnchors get contextMenuAnchors

The anchors used to position the text selection toolbar.

Mirrors SelectableRegionState.contextMenuAnchors.

Implementation

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