Flutter Html 更改有序列表项数量的颜色

发布于 2025-01-11 14:26:54 字数 425 浏览 0 评论 0原文

我想更改 OrderedList 的项目数的颜色。但我找不到办法做到这一点。

我可以将列表样式设置为示例点或数字,如以下代码示例所示,但我找不到更改颜色的方法:

Html(
data: "<ol><li>Item 1</li><li>Item2</li></ol>",
 style: {
 "li": Style(
  listStyleType: ListStyleType.fromWidget(Padding(
   child: CircleAvatar(radius: 2,´
 backgroundColor: Color.fromARGB(255, 230, 50, 50),)))),, },),

如果我不覆盖默认样式,即使我更改了颜色的颜色,数字仍保持黑色文本本身。

I want to change the color from the number of the items of the OrderedList . But I do not find a way to do this.

I can set the list style to example dots or numbers like in the following code example, but I can not find a way to change the color:

Html(
data: "<ol><li>Item 1</li><li>Item2</li></ol>",
 style: {
 "li": Style(
  listStyleType: ListStyleType.fromWidget(Padding(
   child: CircleAvatar(radius: 2,´
 backgroundColor: Color.fromARGB(255, 230, 50, 50),)))),, },),

If I do not override the default styling the numbers stay black even when I change the color of the text itself.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文