更新棉花糖
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import 'dart:ui';
|
||||
|
||||
import 'package:vbvs_app/common/util/FitTool.dart';
|
||||
import 'package:vbvs_app/common/util/MyUtils.dart';
|
||||
|
||||
class AppConstants {
|
||||
// App-related constants
|
||||
@@ -28,5 +31,11 @@ class AppConstants {
|
||||
double dropdown_height = 90.rpx; //标题文字字号
|
||||
double border_width = 1.rpx; //标题文字字号//border宽度
|
||||
|
||||
|
||||
List<Color> mhtButtongradientColors = [
|
||||
stringToColor("FCFCFC"), // 浅蓝
|
||||
stringToColor("F8FAF9"), // 浅蓝
|
||||
stringToColor("ECF6F3"), // 浅蓝
|
||||
stringToColor("D9F0E9"), // 浅蓝
|
||||
stringToColor("CEECE3"), // 浅蓝
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user