XuGongTeJi_flutter/lib/common/colorCom.dart
2025-02-20 13:23:50 +08:00

5 lines
145 B
Dart

import 'package:flutter/material.dart';
class ColorCommon {
static Color colorScheme = const Color.fromARGB(255, 100, 95, 253); // 主题色
}