
Это мой код
Код: Выделить всё
Html(
data: widget.article.postContent,
defaultTextStyle: TextStyle(
color: ThemeColors.white100,
),
),
Подробнее здесь: https://stackoverflow.com/questions/599 ... nt-flutter

Код: Выделить всё
Html(
data: widget.article.postContent,
defaultTextStyle: TextStyle(
color: ThemeColors.white100,
),
),