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
92a9251b
Commit
92a9251b
authored
Sep 26, 2022
by
Budi Prasetyo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
footer
parent
a39732a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
footer.dart
lib/screen/footer.dart
+4
-4
No files found.
lib/screen/footer.dart
View file @
92a9251b
...
@@ -12,7 +12,7 @@ class Footer extends StatelessWidget {
...
@@ -12,7 +12,7 @@ class Footer extends StatelessWidget {
var
screenSize
=
MediaQuery
.
of
(
context
).
size
;
var
screenSize
=
MediaQuery
.
of
(
context
).
size
;
return
Container
(
return
Container
(
width:
screenSize
.
width
,
width:
screenSize
.
width
,
height:
screenSize
.
height
*
0.
7
8
,
height:
screenSize
.
height
*
0.8
,
color:
Colors
.
white
,
color:
Colors
.
white
,
child:
Column
(
child:
Column
(
mainAxisAlignment:
MainAxisAlignment
.
start
,
mainAxisAlignment:
MainAxisAlignment
.
start
,
...
@@ -251,7 +251,7 @@ class Footer extends StatelessWidget {
...
@@ -251,7 +251,7 @@ class Footer extends StatelessWidget {
)),
)),
Container
(
Container
(
width:
screenSize
.
width
*
0.25
,
width:
screenSize
.
width
*
0.25
,
height:
screenSize
.
height
*
0.
55
,
height:
screenSize
.
height
*
0.
6
,
//color: Colors.blue,
//color: Colors.blue,
child:
Column
(
child:
Column
(
crossAxisAlignment:
CrossAxisAlignment
.
start
,
crossAxisAlignment:
CrossAxisAlignment
.
start
,
...
@@ -411,7 +411,7 @@ class _EmailAPIState extends State<EmailAPI> {
...
@@ -411,7 +411,7 @@ class _EmailAPIState extends State<EmailAPI> {
return
const
CircularProgressIndicator
();
return
const
CircularProgressIndicator
();
}
}
return
Container
(
return
Container
(
width:
screenSize
.
width
*
0.2
,
width:
screenSize
.
width
*
0.2
5
,
child:
ListTile
(
child:
ListTile
(
leading:
const
Icon
(
leading:
const
Icon
(
Icons
.
mail
,
Icons
.
mail
,
...
@@ -421,7 +421,7 @@ class _EmailAPIState extends State<EmailAPI> {
...
@@ -421,7 +421,7 @@ class _EmailAPIState extends State<EmailAPI> {
title:
TextButton
(
title:
TextButton
(
onPressed:
()
{
onPressed:
()
{
email
=
pgm
[
'email'
];
email
=
pgm
[
'email'
];
launch
(
'mailto:
$email
?subject=Info M
CS
'
);
launch
(
'mailto:
$email
?subject=Info M
edapp
'
);
},
},
// child: SettingAPI(),
// child: SettingAPI(),
child:
Text
(
child:
Text
(
...
...
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