GlyphInfo constructor

GlyphInfo(
  1. Rect graphemeClusterLayoutBounds,
  2. TextRange graphemeClusterCodeUnitRange,
  3. TextDirection writingDirection
)

Creates a GlyphInfo with the specified values.

Implementation

GlyphInfo(
  this.graphemeClusterLayoutBounds,
  this.graphemeClusterCodeUnitRange,
  this.writingDirection,
);