getExtentEndpointForSelection method

  1. @override
TextSelectionPoint getExtentEndpointForSelection(
  1. TextSelection textSelection
)
override

Returns a point for the extent selection handle used on touch-oriented devices.

The selection parameter is expected to be in local offsets to this render object's node.

Implementation

@override
TextSelectionPoint getExtentEndpointForSelection(TextSelection textSelection) {
  return _getEndpointForSelection(textSelection, false);
}