preferredLineHeight property
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;
An estimate of the height of a line in the text. See TextPainter.preferredLineHeight. This does not require the layout to be updated.
double get preferredLineHeight => _textPainter.preferredLineHeight;