maxLinesForLabels property

int? maxLinesForLabels
final

Defines the maximum lines for the label's text

If not provided, it defaults to the hundredth part of the height of the parent container. E.g. if height of the parent is 200, the [maxLinesForLabels] = 2

Implementation

final int? maxLinesForLabels;