applyHeightToLastDescent property
final
Whether to apply the TextStyle.height
modifier to the descent of the last
line in the paragraph.
When true, the TextStyle.height
modifier will be applied to the descent
of the last line. When false, the font's default descent will be used and
the TextStyle.height
will have no effect on the descent of the last line.
This property only has effect if a non-null TextStyle.height
is specified.
Defaults to true (height modifications applied as normal).
Implementation
final bool applyHeightToLastDescent;