This commit is contained in:
lollipopkit
2023-05-13 19:40:18 +08:00
parent 91b2145c6e
commit d7c0be045a
6 changed files with 47 additions and 83 deletions

View File

@@ -2,8 +2,8 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 300;
static const int build = 306;
static const String engine = "3.10.0";
static const String buildAt = "2023-05-12 16:42:47.988995";
static const int modifications = 1;
static const String buildAt = "2023-05-12 22:39:42.911728";
static const int modifications = 5;
}

View File

@@ -2,10 +2,11 @@ import 'package:flutter/material.dart';
/// Font style
const textSize18 = TextStyle(fontSize: 18);
const textSize11 = TextStyle(fontSize: 11);
const textSize13 = TextStyle(fontSize: 13);
const textSize13Grey = TextStyle(color: Colors.grey, fontSize: 13);
const textSize15 = TextStyle(fontSize: 15);
const textSize18 = TextStyle(fontSize: 18);
const textSize27 = TextStyle(fontSize: 27);
const grey = TextStyle(color: Colors.grey);