forceLine property

bool forceLine
final

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

When this is set to false, the height will be based on text height.

Defaults to true.

See also:

  • textWidthBasis, which controls the calculation of text width.

Implementation

final bool forceLine;