leadingDistribution property
final
How the "leading" is distributed over and under the text.
Does not affect layout when TextStyle.height
is not specified. The
leading can become negative, for example, when TextLeadingDistribution.even
is used with a TextStyle.height
much smaller than 1.0.
Defaults to TextLeadingDistribution.proportional,
Implementation
final TextLeadingDistribution leadingDistribution;