This commit is contained in:
lollipopkit
2023-05-14 17:39:34 +08:00
parent 5714e26c4d
commit 2161596efc
20 changed files with 341 additions and 144 deletions

View File

@@ -2,8 +2,8 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 306;
static const int build = 310;
static const String engine = "3.10.0";
static const String buildAt = "2023-05-12 22:39:42.911728";
static const int modifications = 5;
static const String buildAt = "2023-05-14 17:02:42.374273";
static const int modifications = 20;
}

View File

@@ -3,6 +3,7 @@ import 'package:flutter/material.dart';
/// Font style
const textSize11 = TextStyle(fontSize: 11);
const textSize12Grey = TextStyle(color: Colors.grey, fontSize: 11);
const textSize13 = TextStyle(fontSize: 13);
const textSize13Grey = TextStyle(color: Colors.grey, fontSize: 13);
const textSize15 = TextStyle(fontSize: 15);