Text(
"¥145",
style: TextStyle(
//中间删除线 TextDecoration.lineThrough
//底部下划线TextDecoration.underline
//顶部上划线 TextDecoration.overline
decoration: TextDecoration.lineThrough,
fontSize: 14,
color: Colors.grey,
)









网友评论