You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- import 'package:flutter/material.dart';
-
- ///通用配置,避免一些多次重复的字符串被写在代码中
- class Constants {
- ///获取模块类型
- static const String SkipIdentifierName = "skip_identifier";
- ///全局context
-
- //==============================智能粘贴版===================================start
- static BuildContext context;
- ///智能搜索版是否弹起
- static bool isShowIntellectDialog=false;
- ///是否缓存设置信息
- static String spIsCacheSetModel="spIsCacheSetModel";
-
- //==============================智能粘贴版===================================end
-
- }
|