forceLine property
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:
- textWidthBasis, which controls the calculation of text width.
Implementation
final bool forceLine;