This commit is contained in:
lollipopkit🏳️‍⚧️
2025-06-12 22:04:03 +08:00
parent 006e66d825
commit 55b3ba63ec
3 changed files with 95 additions and 97 deletions

View File

@@ -53,7 +53,7 @@ final class _SystemdPageState extends State<SystemdPage> {
(isBusy) => AnimatedContainer(
duration: Durations.medium1,
curve: Curves.fastEaseInToSlowEaseOut,
height: isBusy ? 30 : 0,
height: isBusy ? SizedLoading.medium.size : 0,
child: isBusy
? SizedLoading.medium
: const SizedBox.shrink(),