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"