Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图改变使用的颜色,RaisedButton但这button.tintColour = MaterialColor.blue.lighten2不会导致按钮的改变。有什么我想念的吗?
RaisedButton
button.tintColour = MaterialColor.blue.lighten2
默认情况下,tintColoron aUIButton仅更改文本的颜色。尝试设置它backgroundColor
tintColor
UIButton
backgroundColor