maxWidth property

double? maxWidth
final

The maxWidth parameter, of type double, determines the maximum width of the text and is used to control the way the text is rendered in Flutter

Implementation

final double? maxWidth;