📜  Flutter 中的 color() - Dart 代码示例

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

代码示例1
// Color() widget can be used in the following way:
//where 123456 is the hex color code without the '#'


Color myHexColor = Color(0xff123456)