leadingDistribution method

Text leadingDistribution(
  1. TextLeadingDistribution distribution
)

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);