leadingDistribution method
Sets the leading distribution for the text.
This is a convenience method equivalent to calling styled(leadingDistribution: distribution).
Implementation
Text leadingDistribution(TextLeadingDistribution distribution) =>
styled(leadingDistribution: distribution);