Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
medapp_eksad
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qorri_di
medapp_eksad
Commits
f86f49d4
Commit
f86f49d4
authored
Aug 31, 2022
by
Budi Prasetyo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
centerin field
parent
6df6c79f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
195 additions
and
187 deletions
+195
-187
small_contact_us2.dart
lib/screen_small/small_contact/small_contact_us2.dart
+195
-187
No files found.
lib/screen_small/small_contact/small_contact_us2.dart
View file @
f86f49d4
...
...
@@ -46,7 +46,8 @@ class _ContactUs2_smallState extends State<ContactUs2_small> {
crossAxisAlignment:
CrossAxisAlignment
.
start
,
mainAxisAlignment:
MainAxisAlignment
.
spaceEvenly
,
children:
[
Text
(
Center
(
child:
Text
(
'Yes, you need '
'
\n
'
'an outsourcing partner '
...
...
@@ -56,7 +57,9 @@ class _ContactUs2_smallState extends State<ContactUs2_small> {
color:
Colors
.
white
,
fontSize:
30
,
fontWeight:
FontWeight
.
bold
)),
Text
(
),
Center
(
child:
Text
(
'Go for the one who knows what they are doing, those who you share values with, '
'and those who will celebrate your success, and help you win over your biggest challenges. '
'Looking for an outsourcing partner? '
,
...
...
@@ -66,10 +69,14 @@ class _ContactUs2_smallState extends State<ContactUs2_small> {
fontSize:
18
,
// fontWeight: FontWeight.bold,
letterSpacing:
1.1
)),
Text
(
"We’ll contact you immediately to discuss to help you."
,
),
Center
(
child:
Text
(
"We’ll contact you immediately to discuss to help you."
,
style:
GoogleFonts
.
poppins
(
color:
Colors
.
white
,
fontSize:
18
,
letterSpacing:
1.2
)),
Form
(
),
Center
(
child:
Form
(
key:
_formKey
,
child:
Column
(
crossAxisAlignment:
CrossAxisAlignment
.
start
,
...
...
@@ -255,6 +262,7 @@ class _ContactUs2_smallState extends State<ContactUs2_small> {
),
]),
),
),
]),
),
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment