79264430

Date: 2024-12-09 09:28:28
Score: 1.5
Natty:
Report link

A bit late but you can add \u200B within your String which will define where to break your String if needed:

So in your example you could do something like const Text( "Thisisa\u200Blongtextwr", style: TextStyle( fontWeight: FontWeight.bold, fontSize: 14, ), and it will output: "Thisisa" "longtextwr"

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Daniel Brunner