GlyphInfo constructor
- Rect graphemeClusterLayoutBounds,
- TextRange graphemeClusterCodeUnitRange,
- TextDirection writingDirection
Creates a GlyphInfo with the specified values.
Implementation
GlyphInfo(
this.graphemeClusterLayoutBounds,
this.graphemeClusterCodeUnitRange,
this.writingDirection,
);