softWrap property

bool? softWrap
final

Whether the text should break at soft line breaks.

Is used in the default constructor that creates a button with text.

If false, the glyphs in the text will be positioned as if there was unlimited horizontal space.

Implementation

final bool? softWrap;