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
ea7b614f
Commit
ea7b614f
authored
Sep 09, 2022
by
Budi Prasetyo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
home 4 resize v4
parent
8b8f452c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
home4.dart
lib/screen/home/home4.dart
+5
-4
No files found.
lib/screen/home/home4.dart
View file @
ea7b614f
...
...
@@ -8,13 +8,13 @@ class Home4 extends StatelessWidget {
var
ScreenSize
=
MediaQuery
.
of
(
context
).
size
;
return
Container
(
width:
ScreenSize
.
width
,
height:
ScreenSize
.
height
*
0.99
,
height:
ScreenSize
.
height
*
1
,
color:
Colors
.
white
,
child:
Container
(
padding:
const
EdgeInsets
.
all
(
20
),
margin:
const
EdgeInsets
.
fromLTRB
(
160
,
90
,
160
,
90
),
width:
ScreenSize
.
width
*
0.20
,
height:
ScreenSize
.
height
*
0.90
,
height:
ScreenSize
.
height
*
1
,
decoration:
BoxDecoration
(
borderRadius:
BorderRadius
.
circular
(
20
),
//color: Color.fromARGB(200, 9, 47, 171),
...
...
@@ -36,9 +36,9 @@ class Home4 extends StatelessWidget {
mainAxisAlignment:
MainAxisAlignment
.
spaceEvenly
,
children:
<
Widget
>[
Container
(
padding:
const
EdgeInsets
.
all
(
9
),
padding:
const
EdgeInsets
.
all
(
2
),
width:
ScreenSize
.
width
*
0.4
,
height:
ScreenSize
.
height
*
0.
8
5
,
height:
ScreenSize
.
height
*
0.
9
5
,
//color: Colors.blue[900],
child:
Column
(
...
...
@@ -59,6 +59,7 @@ class Home4 extends StatelessWidget {
Container
(
width:
ScreenSize
.
width
,
height:
ScreenSize
.
height
*
0.07
,
child:
Text
(
"Mobile Devices, TV Display, Kiosk, & Web Admin System"
,
style:
TextStyle
(
color:
Colors
.
white
,
...
...
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