LineBoundary constructor

const LineBoundary(
  1. TextLayoutMetrics _textLayout
)

Creates a LineBoundary with the text and layout information.

Implementation

const LineBoundary(this._textLayout);