XuGongTeJi_flutter/lib/common/appConfig.dart

17 lines
346 B
Dart
Raw Normal View History

2025-02-19 18:52:05 +08:00
class AppConfig {
static String tdThemeConfig ='''
{
"main": {
"color": {
"brandNormalColor": "#87a2fe"
},
"font": {
"fontBodyMedium": {
"size": 40,
"lineHeight": 55
}
}
}
}
''';
}