preferredLineHeight property

double preferredLineHeight

An estimate of the height of a line in the text. See TextPainter.preferredLineHeight. This does not require the layout to be updated.

Implementation

double get preferredLineHeight => _textPainter.preferredLineHeight;