bg color updated to white

This commit is contained in:
jayesh
2024-06-12 12:49:54 +05:30
parent 4dfc1bae11
commit 291cf2bfc4
28 changed files with 117 additions and 61 deletions

View File

@@ -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.