@@ -1,4 +1,5 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:tanami_app/core/styles/app_color.dart';
|
||||
import 'package:tanami_app/features/otpVerification/presentation/widgets/otp_fill_section.dart';
|
||||
|
||||
import '../widgets/otp_top_section.dart';
|
||||
@@ -14,6 +15,7 @@ class OtpLayout extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
backgroundColor: AppColor.plainWhite,
|
||||
body: ListView(
|
||||
children: [
|
||||
const OtpTopSection(),
|
||||
|
||||
@@ -19,6 +19,8 @@ class SplashLayout extends StatelessWidget {
|
||||
Positioned.fill(
|
||||
child: SvgPicture.asset(
|
||||
AppImages.splashBg,
|
||||
width: 1.sw,
|
||||
height: 1.sh,
|
||||
),
|
||||
),
|
||||
Positioned.fill(
|
||||
|
||||
Reference in New Issue
Block a user