mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: backup page
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user