Theme Mode #3
This commit is contained in:
@@ -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)),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
Reference in New Issue
Block a user