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
4dcb6e79
Commit
4dcb6e79
authored
Sep 09, 2022
by
Budi Prasetyo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
home 4 resize v2
parent
175c1ec5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
home4.dart
lib/screen/home/home4.dart
+3
-2
No files found.
lib/screen/home/home4.dart
View file @
4dcb6e79
...
@@ -38,10 +38,11 @@ class Home4 extends StatelessWidget {
...
@@ -38,10 +38,11 @@ class Home4 extends StatelessWidget {
mainAxisAlignment:
MainAxisAlignment
.
spaceEvenly
,
mainAxisAlignment:
MainAxisAlignment
.
spaceEvenly
,
children:
<
Widget
>[
children:
<
Widget
>[
Container
(
Container
(
padding:
EdgeInsets
.
all
(
9
),
width:
ScreenSize
.
width
*
0.4
,
width:
ScreenSize
.
width
*
0.4
,
height:
ScreenSize
.
height
*
0.85
,
height:
ScreenSize
.
height
*
0.85
,
//color: Colors.blue[900],
//color: Colors.blue[900],
color:
Colors
.
green
,
child:
Column
(
child:
Column
(
mainAxisAlignment:
MainAxisAlignment
.
spaceEvenly
,
mainAxisAlignment:
MainAxisAlignment
.
spaceEvenly
,
children:
<
Widget
>[
children:
<
Widget
>[
...
@@ -95,7 +96,7 @@ class Home4 extends StatelessWidget {
...
@@ -95,7 +96,7 @@ class Home4 extends StatelessWidget {
)
)
),
),
Container
(
Container
(
height:
ScreenSize
.
height
*
0.
05
,
height:
ScreenSize
.
height
*
0.
1
,
width:
ScreenSize
.
width
,
width:
ScreenSize
.
width
,
child:
Text
(
child:
Text
(
"Kiosk Function: Queue pick-up, self-reservation on site, check-in."
,
"Kiosk Function: Queue pick-up, self-reservation on site, check-in."
,
...
...
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