getHandleAnchor method

  1. @override
Offset getHandleAnchor(
  1. TextSelectionHandleType type,
  2. double textLineHeight, [
  3. double? startGlyphHeight,
  4. double? endGlyphHeight,
])
override

Gets the position for the text selection handles, but desktop has none.

Implementation

@override
Offset getHandleAnchor(
  TextSelectionHandleType type,
  double textLineHeight, [
  double? startGlyphHeight,
  double? endGlyphHeight,
]) {
  return Offset.zero;
}