getHandleAnchor abstract method
- TextSelectionHandleType type,
- double textLineHeight
Get the anchor point of the handle relative to itself. The anchor point is the point that is aligned with a specific point in the text. A handle often visually "points to" that location.
Implementation
Offset getHandleAnchor(TextSelectionHandleType type, double textLineHeight);