公告板
版本库
filestore
活动
搜索
登录
main
/
location
flutter定位项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
功能完善
admin
2021-11-03
0daa197dbaf611eacdf9eeb3763ddcb10038585b
[location.git]
/
lib
/
utils
/
ui_constant.dart
1
2
3
4
5
6
7
8
import 'dart:ui';
import 'package:flutter/cupertino.dart';
//滑动效果
class ColorConstant {
static const Color theme = Color(0xFF0E95FE);
}