gpt4 book ai didi

flutter - 如何取消选择 flutter 中的单选按钮?

转载 作者:行者123 更新时间:2023-12-03 03:38:50 26 4
gpt4 key购买 nike

我将 map 用于 radio 、文本字段、显示结果的文本和用于清除所有的按钮。

TextField 可以被删除:

RaisedButton(onPressed: () { _controllerTextField.clear();},
child: Text('Clear',style:Theme.of(context).textTheme.body2.merge(TextStyle(color: Colors.white)),),)

但我不明白如何删除我的文本并将我的 radio 置于默认取消选择状态。

更多,当一个 radio 被选中时,我给它一个自定义颜色,但我不能给 radio 图标同样的颜色。

你知道使用方法吗?

谢谢

最佳答案

使用 radio 的 toggleable属性(property)。

Documentation Set to true if this radio button is allowed to be returned to an indeterminate state by selecting it again when selected.

关于flutter - 如何取消选择 flutter 中的单选按钮?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58761777/

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