opt.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user