gpt4 book ai didi

flutter - 如何在标签上画星星

转载 作者:行者123 更新时间:2023-12-03 04:10:10 24 4
gpt4 key购买 nike

我正在尝试在标签中绘制 *星,如下图所示

enter image description here

我努力了
Text("5 *",style: TextStyle(color: Colors.white, backgroundColor: Colors.green),)
但是我不知道如何将 *(星号)嵌入标签?

最佳答案

您可以使用图标类


Row(
children: [
Text("5),
Icon(Icons.star),
]

)

关于flutter - 如何在标签上画星星,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60462738/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com