📜  MaterialState 属性<Color?>? backgroundColor - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:54.958000             🧑  作者: Mango

代码示例1
backgroundColor: MaterialStateProperty.all(Colors.red),
//OR
backgroundColor: MaterialStateProperty.all(Color(0xFF5D5F6E)),