This commit is contained in:
lollipopkit
2023-11-27 17:35:15 +08:00
parent 05de760c41
commit ad49593fe3
21 changed files with 62 additions and 102 deletions

View File

@@ -1,8 +1,6 @@
import 'package:flutter/material.dart';
class UIs {
const UIs._();
abstract final class UIs {
/// Font style
static const textSize9Grey = TextStyle(color: Colors.grey, fontSize: 9);