TextPainterPositions extension

on

Methods

getBoxesForSpan(InlineSpan span, {double minWidth = 0.0, double maxWidth = double.infinity, double minHeight = double.infinity, double maxHeight = double.infinity}) List<List<TextBox>>
checks for the TextBoxes of this TextPainter and finds their positions in the renderbox.