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
I am afraid that tag breaks text sometimes. Html( data: '<p><strong>Breast augmentation </strong>with implants is a cosmetic surgical procedure to achieve the <strong>desired breast size</strong>. <strong>Insertion of implants </strong>is often combined with the breast lift procedure to modify the shape of the breasts. As there a many different implants available, their insertion and positioning may vary, too. Implants can be inserted from under the breast, from the axillary region or though areolar incision. The implant is positioned in front of the breast muscle, partially behind the muscle, or completely behind the muscle. During the consultation, a suitable method is chosen with the patient. The operation is performed under general anesthesia. To get a better outcome, a compression bra should be worn for 1–3 months after the operation.</p>', padding: EdgeInsets.all(10.0), defaultTextStyle: TextStyle(fontWeight: FontWeight.w400), backgroundColor: Colors.white, ),
Which looks like this:
As you can see, there are line breaking after strong tags. There is a lot of white space, but I want it to fit some text, not break the line.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I am afraid that tag breaks text sometimes.
Html( data: '<p><strong>Breast augmentation </strong>with implants is a cosmetic surgical procedure to achieve the <strong>desired breast size</strong>. <strong>Insertion of implants </strong>is often combined with the breast lift procedure to modify the shape of the breasts. As there a many different implants available, their insertion and positioning may vary, too. Implants can be inserted from under the breast, from the axillary region or though areolar incision. The implant is positioned in front of the breast muscle, partially behind the muscle, or completely behind the muscle. During the consultation, a suitable method is chosen with the patient. The operation is performed under general anesthesia. To get a better outcome, a compression bra should be worn for 1–3 months after the operation.</p>', padding: EdgeInsets.all(10.0), defaultTextStyle: TextStyle(fontWeight: FontWeight.w400), backgroundColor: Colors.white, ),
Which looks like this:
As you can see, there are line breaking after strong tags. There is a lot of white space, but I want it to fit some text, not break the line.
Thanks!
The text was updated successfully, but these errors were encountered: