forked from lxm_flutter/FlutterUnit
18 lines
520 B
Dart
18 lines
520 B
Dart
import 'package:flutter/cupertino.dart';
|
|
import 'package:flutter/material.dart';
|
|
|
|
/// create by 张风捷特烈 on 2020-04-19
|
|
/// contact me by email 1981462002@qq.com
|
|
/// 说明:
|
|
//
|
|
//class UnitTextStyle {
|
|
// static TextStyle withSizeColor(double fontSize, Color color) =>
|
|
// TextStyle(fontSize: 16, color: color);
|
|
//
|
|
// static TextStyle title() =>
|
|
// withSizeColor(16,Colors.black);
|
|
//
|
|
// static TextStyle titleTheme(BuildContext context) =>
|
|
// withSizeColor(16, Theme.of(context).primaryColor);
|
|
//}
|