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
977a598d
Commit
977a598d
authored
Sep 06, 2022
by
rizky ramadhan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
foot
parent
eac0057e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
10 deletions
+24
-10
footer.dart
lib/screen/footer.dart
+24
-10
No files found.
lib/screen/footer.dart
View file @
977a598d
...
@@ -40,13 +40,28 @@ class Footer extends StatelessWidget {
...
@@ -40,13 +40,28 @@ class Footer extends StatelessWidget {
width:
screenSize
.
width
*
0.12
,
width:
screenSize
.
width
*
0.12
,
height:
screenSize
.
height
*
0.08
,
height:
screenSize
.
height
*
0.08
,
decoration:
const
BoxDecoration
(
decoration:
const
BoxDecoration
(
//color: Colors.lightBlueAccent,
//color: Colors.lightBlueAccent,
image:
DecorationImage
(
image:
DecorationImage
(
image:
AssetImage
(
image:
AssetImage
(
'assets/logo/medapp-logo.png'
),
'assets/logo/medapp-logo.png'
),
fit:
BoxFit
.
fill
)),
fit:
BoxFit
.
fill
)),
),
),
const
Spacer
(),
const
Spacer
(
flex:
8
,
),
Container
(
width:
screenSize
.
width
*
0.1
,
height:
screenSize
.
height
*
0.08
,
decoration:
const
BoxDecoration
(
//color: Colors.lightBlueAccent,
image:
DecorationImage
(
image:
AssetImage
(
'assets/logo/logo-eksad.png'
),
fit:
BoxFit
.
fill
)),
),
const
Spacer
(
flex:
8
,
),
Container
(
Container
(
width:
screenSize
.
width
*
0.2
,
width:
screenSize
.
width
*
0.2
,
height:
screenSize
.
height
*
0.05
,
height:
screenSize
.
height
*
0.05
,
...
@@ -314,9 +329,9 @@ class Footer extends StatelessWidget {
...
@@ -314,9 +329,9 @@ class Footer extends StatelessWidget {
height:
screenSize
.
height
*
0.3
,
height:
screenSize
.
height
*
0.3
,
child:
Text
(
child:
Text
(
'PT. Tiga Daya Digital Indonesia
\n
The East '
'PT. Tiga Daya Digital Indonesia
\n
The East '
'Tower 19th Floor
\n
Jl. Dr. Ide Anak Agung '
'Tower 19th Floor
\n
Jl. Dr. Ide Anak Agung '
'
\n
Gde Agung Blok E3.2 '
'
\n
Gde Agung Blok E3.2 '
'
\n
Mega Kuningan,
\n
Jakarta Selatan 12950'
,
'
\n
Mega Kuningan,
\n
Jakarta Selatan 12950'
,
style:
GoogleFonts
.
poppins
(
style:
GoogleFonts
.
poppins
(
fontSize:
16
,
fontSize:
16
,
height:
1.5
,
height:
1.5
,
...
@@ -339,9 +354,9 @@ class Footer extends StatelessWidget {
...
@@ -339,9 +354,9 @@ class Footer extends StatelessWidget {
height:
screenSize
.
height
*
0.13
,
height:
screenSize
.
height
*
0.13
,
child:
const
Center
(
child:
const
Center
(
child:
Text
(
child:
Text
(
'PT. Tiga Daya Digital Indonesia © 2018, All Rights Reserved.'
,
'PT. Tiga Daya Digital Indonesia © 2018, All Rights Reserved.'
,
style:
TextStyle
(
letterSpacing:
1.3
,
height:
1.4
,
fontSize:
17
),
style:
TextStyle
(
letterSpacing:
1.3
,
height:
1.4
,
fontSize:
17
),
)),
)),
)
)
],
],
));
));
...
@@ -366,8 +381,7 @@ class itemBawah extends StatelessWidget {
...
@@ -366,8 +381,7 @@ class itemBawah extends StatelessWidget {
color:
const
Color
(
0xff1e5ea8
),
color:
const
Color
(
0xff1e5ea8
),
//decoration: TextDecoration.underline,
//decoration: TextDecoration.underline,
fontSize:
17
,
fontSize:
17
,
letterSpacing:
1.2
letterSpacing:
1.2
),
),
));
));
}
}
}
}
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