forceLine property

bool forceLine
final

Whether the text will take the full width regardless of the text width.

When this is set to false, the width will be based on text width, which will also be affected by textWidthBasis.

Defaults to true.

See also:

Implementation

final bool forceLine;