lineHeightScaleFactorOverride property
final
Overrides the height of the text, as a multiple of the font size.
Returns null when the platform has not set an override
for text height.
See also:
- Text, SelectableText, and EditableText, all of whose TextStyle.height and StrutStyle.height are overriden by lineHeightScaleFactorOverride.
Implementation
final double? lineHeightScaleFactorOverride;