我正在尝试制作一个显示单选按钮菜单的结构。
我遇到的问题如下:当我按下按钮时,我希望Text(item)视图更改颜色。我不确定该怎么做,因为按钮包含了Text(item)。
@echo off
(
echo hello
)
(this is a comment
this is a comment
this is a comment
答案 0 :(得分:1)
您可以在Text
上应用此修饰符:
.foregroundColor(item == self.selection ? Color.red : Color.black)