AI-Clipboard/lib/theme/app_colors.dart
fengshengxiong 50c2738fc5 搭建框架:
1.状态管理、路由、依赖注入
2.屏幕适配
3.日志封装
2024-05-07 18:16:51 +08:00

14 lines
262 B
Dart

import 'package:flutter/material.dart';
/// [author] fengshengxiong
/// [date] 2024/5/7
/// [description] 颜色
/// 主要颜色
const primary = Colors.deepPurple;
const white = Colors.white;
const black = Colors.black;
const loadingBg = Color(0xFF616161);