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
When adding only fontSize to the TextStyle the bold or italic text changes to white. new Html(data: feed["body"], defaultTextStyle: fontSize: 16.0))
Note: adding "color: Colors.black" fixes it, but it would be good to keep a consistent default color. new Html(data: feed["body"], defaultTextStyle: TextStyle(color: Colors.black, fontSize: 16.0))
The text was updated successfully, but these errors were encountered:
When adding only fontSize to the TextStyle the bold or italic text changes to white.
new Html(data: feed["body"], defaultTextStyle: fontSize: 16.0))
Note: adding "color: Colors.black" fixes it, but it would be good to keep a consistent default color.
new Html(data: feed["body"], defaultTextStyle: TextStyle(color: Colors.black, fontSize: 16.0))
The text was updated successfully, but these errors were encountered: