Skip to content

Inconsistent default text color for different tags when using TextStyle #10

@zemiguelll

Description

@zemiguelll

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))

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions