【发布时间】:2021-05-12 16:54:19
【问题描述】:
对于文本小部件,我们可以使用strike 或underline 的文本装饰
style: TextStyle(decoration: TextDecoration.lineThrough),
style: TextStyle(decoration: TextDecoration.underline),
有没有什么方法可以在文字装饰中同时获得?或者 Boxdecoration 有什么解决方案吗?我试过了,但没有成功。
【问题讨论】:
标签: flutter flutter-text