XuGongTeJi_flutter/lib/common/colorCom.dart

5 lines
145 B
Dart
Raw Permalink Normal View History

2025-02-19 18:52:05 +08:00
import 'package:flutter/material.dart';
class ColorCommon {
2025-02-20 13:23:50 +08:00
static Color colorScheme = const Color.fromARGB(255, 100, 95, 253); // 主题色
2025-02-19 18:52:05 +08:00
}