getHandleAnchor method

  1. @override
Offset getHandleAnchor(
  1. TextSelectionHandleType type,
  2. double textLineHeight
)
override

Gets anchor for material-style text selection handles.

See TextSelectionControls.getHandleAnchor.

Implementation

@override
Offset getHandleAnchor(TextSelectionHandleType type, double textLineHeight) {
  return _controls.getHandleAnchor(type, textLineHeight);
}