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
Show 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
...
...
@@ -46,7 +46,22 @@ class Footer extends StatelessWidget {
'assets/logo/medapp-logo.png'
),
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
(
width:
screenSize
.
width
*
0.2
,
height:
screenSize
.
height
*
0.05
,
...
...
@@ -366,8 +381,7 @@ class itemBawah extends StatelessWidget {
color:
const
Color
(
0xff1e5ea8
),
//decoration: TextDecoration.underline,
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