opt.: backup page

This commit is contained in:
lollipopkit
2023-10-17 20:27:47 +08:00
parent 8ce2cc579c
commit cf231f9fe6
12 changed files with 70 additions and 36 deletions

View File

@@ -47,6 +47,14 @@ class UIs {
static const centerLoading = Center(child: CircularProgressIndicator());
static const centerSizedLoadingSmall = SizedBox(
width: 23,
height: 23,
child: Center(
child: CircularProgressIndicator(),
),
);
static const centerSizedLoading = SizedBox(
width: 77,
height: 77,