Flutter Html 更改有序列表项数量的颜色
我想更改 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论