bg color updated to white
This commit is contained in:
@@ -3,6 +3,7 @@ import 'package:flutter_bloc/flutter_bloc.dart';
|
||||
import 'package:tanami_app/core/routes/route_name.dart';
|
||||
import 'package:tanami_app/core/routes/routes.dart';
|
||||
|
||||
import '../../../../core/styles/app_color.dart';
|
||||
import '../bloc/app_version/app_version_bloc.dart';
|
||||
import '../bloc/app_version/app_version_event.dart';
|
||||
import '../bloc/splash/splash_bloc.dart';
|
||||
@@ -16,6 +17,7 @@ class SplashScreen extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
backgroundColor: AppColor.plainWhite,
|
||||
body: MultiBlocProvider(
|
||||
providers: [
|
||||
// Add the LoadAppVersion event.
|
||||
|
||||
Reference in New Issue
Block a user