graphemeClusterLayoutBounds property
final
The layout bounding rect of the associated character, in the paragraph's coordinates.
This is not a tight bounding box that encloses the character's outline. The vertical extent reported is derived from the font metrics (instead of glyph metrics), and the horizontal extent is the horizontal advance of the character.
Implementation
final Rect graphemeClusterLayoutBounds;