getExtentEndpointForSelection abstract method

TextSelectionPoint getExtentEndpointForSelection(
  1. TextSelection textSelection
)

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

TextSelectionPoint getExtentEndpointForSelection(TextSelection textSelection);