Commit 6b7a8e61 authored by r.manan@eksad.com's avatar r.manan@eksad.com

contact_us

parent 9366c9d8
......@@ -34,20 +34,24 @@ class _ContactUsState extends State<ContactUs> {
Colors.black, Colors.black, Colors.blue),
body: ListView(
children: [
ContactUs1(),
const ContactUs1(),
ContactUs2(),
Footer(),
const Footer(),
],
),
);
}
AppBar AppBarKecil() {
return AppBar(
leading: IconButton(
onPressed: () => _scaffoldKey.currentState!.openDrawer(),
icon: const Icon(Icons.list_outlined,size: 30,color: Colors.black,),),
icon: const Icon(
Icons.list_outlined,
size: 30,
color: Colors.black,
),
),
backgroundColor: Colors.white,
centerTitle: true,
title: SizedBox(
......@@ -60,4 +64,3 @@ class _ContactUsState extends State<ContactUs> {
);
}
}
......@@ -38,7 +38,7 @@ class ContactUs2 extends StatelessWidget {
const Spacer(
flex: 3,
),
Container(
SizedBox(
height: screenSize.height * 0.7,
width: screenSize.width * 0.35,
child: Container(
......@@ -47,8 +47,7 @@ class ContactUs2 extends StatelessWidget {
crossAxisAlignment: CrossAxisAlignment.start,
mainAxisAlignment: MainAxisAlignment.center,
children: [
Container(
SizedBox(
height: screenSize.height * 0.23,
child: Text(
'Yes, you need '
......@@ -64,7 +63,7 @@ class ContactUs2 extends StatelessWidget {
const Spacer(
flex: 1,
),
Container(
SizedBox(
height: screenSize.height * 0.3,
child: Text(
'Go for the one who knows what they are doing, those who you share values with, '
......@@ -110,7 +109,7 @@ class ContactUs2 extends StatelessWidget {
fontSize: 20,
fontWeight: FontWeight.w400),
),
Container(
SizedBox(
width: 450,
child: TextFormField(
controller: nameController,
......@@ -155,7 +154,7 @@ class ContactUs2 extends StatelessWidget {
),
Row(
children: [
Container(
SizedBox(
width: 220,
child: TextFormField(
controller: phoneController,
......@@ -179,7 +178,7 @@ class ContactUs2 extends StatelessWidget {
const SizedBox(
width: 7,
),
Container(
SizedBox(
width: 220,
child: TextFormField(
controller: emailController,
......@@ -215,7 +214,7 @@ class ContactUs2 extends StatelessWidget {
fontSize: 20,
fontWeight: FontWeight.w400),
),
Container(
SizedBox(
width: 450,
height: 107,
child: TextFormField(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment