Theme Mode #3

This commit is contained in:
2025-09-03 17:39:57 +05:30
parent 52534f9210
commit 57439f2acb
8 changed files with 132 additions and 114 deletions

View File

@@ -46,13 +46,13 @@ class _SplashScreenState extends State<SplashScreen> {
],
),
),
Positioned(
const Positioned(
bottom: 40,
left: 0,
right: 0,
child: Center(
child: CircularProgressIndicator(
color: Theme.of(context).scaffoldBackgroundColor),
color: Color(0xFFFFFFFF)),
),
),
],