getPositionForOffset abstract method

TextPosition getPositionForOffset(
  1. Offset offset
)

Returns the position within the text for the given pixel offset.

Valid only after layout.

Implementation

TextPosition getPositionForOffset(Offset offset);