You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple BreakLine don't work on Text/RichText Widget
To Reproduce
Code snippet to reproduce the behavior:
pw.RichText(
softWrap:true,
text: pw.TextSpan(children: [pw.TextSpan(text:'\n'), pw.TextSpan(text:'\n Text with multiple breakline \n\n another text \n\n\n last text.')]),
overflow: pw.TextOverflow.span,
),
Expected behavior
multiple breaklines on the text
Desktop (please complete the following information):
iOS
Android
Browser
[ x] Windows
Linux
The text was updated successfully, but these errors were encountered:
Multiple BreakLine don't work on Text/RichText Widget
To Reproduce
Code snippet to reproduce the behavior:
Expected behavior
multiple breaklines on the text
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: