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
33b15759
Commit
33b15759
authored
Sep 01, 2022
by
r.manan@eksad.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
home4: smallscreen
parent
982503f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
small_home4.dart
lib/screen_small/small_home/small_home4.dart
+9
-6
No files found.
lib/screen_small/small_home/small_home4.dart
View file @
33b15759
import
'package:flutter/material.dart'
;
class
SmallHome4
extends
StatelessWidget
{
const
SmallHome4
({
Key
?
key
})
:
super
(
key:
key
);
...
...
@@ -43,13 +42,17 @@ class SmallHome4 extends StatelessWidget {
children:
<
Widget
>[
Column
(
children:
[
Text
(
"Mobile & Web Apps"
,
style:
TextStyle
(
color:
Colors
.
white
,
fontSize:
34
),
textAlign:
TextAlign
.
center
,
Container
(
height:
ScreenSize
.
height
*
0.3
,
width:
ScreenSize
.
width
*
0.30
,
child:
Text
(
"Mobile & Web Apps"
,
style:
TextStyle
(
color:
Colors
.
white
,
fontSize:
34
),
textAlign:
TextAlign
.
center
,
),
),
Container
(
height:
100
,
height:
ScreenSize
.
height
*
0.3
,
width:
ScreenSize
.
width
*
0.30
,
child:
Text
(
"MedApps menyediakan Aplikasi Mobile dan juga website yang bisa anda kunjungi"
,
...
...
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