Files
FlutterUnit/lib/app/res/sp.dart

13 lines
359 B
Dart

/// create by 张风捷特烈 on 2020-04-10
/// contact me by email 1981462002@qq.com
/// 说明:
class SP{
static const themeColorIndex = 'theme_color_index';
static const showBackground = 'show_background';
static const fontFamily = 'font_family';
static const codeStyleIndex = 'code_style';
static const itemStyleIndex = 'item_style_index';
}