From a782a4263c24b6a9fe3ada5df2fded1f46bef166 Mon Sep 17 00:00:00 2001 From: zhang <494089941@qq.com> Date: Mon, 2 Nov 2020 11:45:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/style/app_style.dart | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/lib/style/app_style.dart b/lib/style/app_style.dart index 90f1cb1..981b331 100644 --- a/lib/style/app_style.dart +++ b/lib/style/app_style.dart @@ -17,5 +17,14 @@ class AppStyle { fontSize: 36.sp, fontWeight: FontWeight.bold, ); - +final primaryStyle=TextStyle( + color: primaryTextColor, + fontSize: 28.sp, + fontWeight: FontWeight.bold +); +final minorStyle=TextStyle( + color: minorTextColor, + fontSize: 24.sp, + fontWeight: FontWeight.normal +); } \ No newline at end of file