getExtentEndpointForSelection method
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);
}