LayoutLine constructor
const
LayoutLine({})
Implementation
const LayoutLine({
required this.glyphs,
required this.xOffsets,
required this.left,
required this.baseline,
required this.ascent,
required this.descent,
required this.width,
required this.hardBreak,
});