gpt4 book ai didi

flutter - 什么是 MaterialStateProperty

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

ButtonStyle 中的 MaterialStateProperty 是什么?

ThemeData(
textButtonTheme: TextButtonThemeData(
style: ButtonStyle(
backgroundColor: , //?
),
),
),

最佳答案

我假设您想知道如何为 ButtonStyle 小部件的 backgroundColor 参数分配颜色。如果是这种情况,那么只需键入如下内容:

backgroundColor: MaterialStateProperty.all(Colors.green),
要么
backgroundColor: MaterialStateProperty.all(Color(0xFF5D5F6E)),

关于flutter - 什么是 MaterialStateProperty<Color>?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66542199/

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