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
d5cb5866
Commit
d5cb5866
authored
Sep 01, 2022
by
r.manan@eksad.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
home4: smallscreen
parent
be5db7ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
107 deletions
+55
-107
small_home4.dart
lib/screen_small/small_home/small_home4.dart
+55
-107
No files found.
lib/screen_small/small_home/small_home4.dart
View file @
d5cb5866
import
'package:flutter/material.dart'
;
import
'package:medapp_eksad/widget/button_color.dart'
;
class
SmallHome4
extends
StatelessWidget
{
const
SmallHome4
({
Key
?
key
})
:
super
(
key:
key
);
...
...
@@ -10,7 +10,7 @@ class SmallHome4 extends StatelessWidget {
return
Container
(
padding:
EdgeInsets
.
symmetric
(
horizontal:
15
),
width:
ScreenSize
.
width
,
height:
ScreenSize
.
height
*
1.
5
,
height:
ScreenSize
.
height
*
1.
7
,
color:
Colors
.
white
,
child:
Container
(
width:
ScreenSize
.
width
*
0.20
,
...
...
@@ -21,8 +21,7 @@ class SmallHome4 extends StatelessWidget {
color:
Colors
.
blue
[
900
],
boxShadow:
[
BoxShadow
(
color:
const
Color
.
fromARGB
(
255
,
10
,
116
,
255
).
withAlpha
(
60
),
color:
const
Color
.
fromARGB
(
255
,
10
,
116
,
255
).
withAlpha
(
60
),
blurRadius:
15.0
,
spreadRadius:
10.0
,
offset:
const
Offset
(
...
...
@@ -32,119 +31,68 @@ class SmallHome4 extends StatelessWidget {
),
],
),
child:
Container
(
child:
Row
(
mainAxisAlignment:
MainAxisAlignment
.
center
,
children:
<
Widget
>[
Container
(
width:
ScreenSize
.
width
*
0.36
,
height:
ScreenSize
.
height
*
0.69
,
color:
Colors
.
blue
[
900
],
child:
Container
(
alignment:
Alignment
.
topLeft
,
padding:
EdgeInsets
.
all
(
30
),
child:
Column
(
mainAxisAlignment:
MainAxisAlignment
.
start
,
children:
<
Widget
>[
SizedBox
(
height:
40
,),
Row
(
children:
[
Text
(
"Mobile & Web Apps"
,
style:
TextStyle
(
color:
Colors
.
white
,
fontSize:
34
child:
Column
(
mainAxisAlignment:
MainAxisAlignment
.
center
,
crossAxisAlignment:
CrossAxisAlignment
.
center
,
children:
<
Widget
>[
Container
(
width:
ScreenSize
.
width
*
0.36
,
height:
ScreenSize
.
height
*
0.7
,
color:
Colors
.
blue
[
900
],
child:
Column
(
children:
<
Widget
>[
Column
(
children:
[
Text
(
"Mobile & Web Apps"
,
style:
TextStyle
(
color:
Colors
.
white
,
fontSize:
34
),
textAlign:
TextAlign
.
center
,
),
Container
(
height:
100
,
width:
ScreenSize
.
width
*
0.30
,
child:
Text
(
"MedApps menyediakan Aplikasi Mobile dan juga website yang bisa anda kunjungi"
,
style:
TextStyle
(
fontSize:
18
,
color:
Colors
.
white
),
)),
Container
(
height:
50
,
width:
200
,
child:
ElevatedButton
(
onPressed:
()
{},
style:
ElevatedButton
.
styleFrom
(
primary:
Colors
.
blue
[
900
],
onSurface:
Colors
.
white
,
side:
BorderSide
(
color:
Colors
.
white
),
shape:
RoundedRectangleBorder
(
borderRadius:
BorderRadius
.
all
(
Radius
.
circular
(
30
)),
),
textAlign:
TextAlign
.
left
,
),
],
),
SizedBox
(
height:
30
,),
Row
(
children:
[
Container
(
height:
100
,
width:
ScreenSize
.
width
*
0.30
,
child:
Text
(
"MedApps menyediakan Aplikasi Mobile dan juga website yang bisa anda kunjungi"
,
style:
TextStyle
(
fontSize:
18
,
color:
Colors
.
white
),
)
child:
Text
(
"LEARN MORE"
,
style:
TextStyle
(
fontSize:
18
,
letterSpacing:
2
),
),
]
,
)
,
),
// SizedBox(height: 10,),
Row
(
children:
[
Container
(
height
:
50
,
width
:
200
,
child:
ElevatedButton
(
onPressed:
(){},
style:
ElevatedButton
.
styleFrom
(
primary:
Colors
.
blue
[
900
],
onSurface:
Colors
.
white
,
side:
BorderSide
(
color:
Colors
.
white
),
shape:
RoundedRectangleBorder
(
borderRadius:
BorderRadius
.
all
(
Radius
.
circular
(
30
)
),
),
),
child:
Text
(
"LEARN MORE"
,
style:
TextStyle
(
fontSize:
18
,
letterSpacing:
2
),
),
),
// child: ElevatedButton(
// onPressed: (){},
// style: DefaultColors(),
// // ElevatedButton.styleFrom(
// // primary: Colors.blue,
// // fixedSize: Size(170, 85),
// // onPrimary: Colors.white,
// // shape: RoundedRectangleBorder(
// // borderRadius: BorderRadius.all(Radius.circular(30),
// // )
// // )
// // ),
// child: Text("LEARN MORE",
// style: TextStyle(
// fontSize: 18,
// letterSpacing: 2
// ),
// ),
// ),
),
],
Container
(
width:
ScreenSize
.
width
*
0.3
,
height:
ScreenSize
.
height
*
0.69
,
// color: Colors.white,
decoration:
BoxDecoration
(
color:
Colors
.
white
,
image:
DecorationImage
(
image:
AssetImage
(
'assets/images/medaps3.png'
)),
borderRadius:
BorderRadius
.
circular
(
20
)),
),
],
),
)
,
]
,
),
SizedBox
(
width:
40
,),
Container
(
width:
ScreenSize
.
width
*
0.3
,
height:
ScreenSize
.
height
*
0.69
,
// color: Colors.white,
decoration:
BoxDecoration
(
color:
Colors
.
white
,
image:
DecorationImage
(
image:
AssetImage
(
'assets/images/medaps3.png'
)
),
borderRadius:
BorderRadius
.
circular
(
20
)
),
),
],
),
),
],
),
),
);
}
}
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