getHandleAnchor method
- TextSelectionHandleType type,
- double textLineHeight
override
Gets anchor for material-style text selection handles.
Implementation
@override
Offset getHandleAnchor(TextSelectionHandleType type, double textLineHeight) {
return _controls.getHandleAnchor(type, textLineHeight);
}