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
2fcb09b1
Commit
2fcb09b1
authored
Aug 31, 2022
by
Arham Aulia Nugraha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apa hayoh
parent
4878fd74
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
10 deletions
+32
-10
contact_us2.dart
lib/screen/contact_us/contact_us2.dart
+1
-1
home4.dart
lib/screen/home/home4.dart
+31
-9
No files found.
lib/screen/contact_us/contact_us2.dart
View file @
2fcb09b1
...
@@ -20,7 +20,7 @@ class ContactUs2 extends StatelessWidget {
...
@@ -20,7 +20,7 @@ class ContactUs2 extends StatelessWidget {
Widget
build
(
BuildContext
context
)
{
Widget
build
(
BuildContext
context
)
{
var
screenSize
=
MediaQuery
.
of
(
context
).
size
;
var
screenSize
=
MediaQuery
.
of
(
context
).
size
;
return
Container
(
return
Container
(
height:
48
0
,
height:
50
0
,
width:
screenSize
.
width
,
width:
screenSize
.
width
,
// color: Colors.blue,
// color: Colors.blue,
decoration:
const
BoxDecoration
(
decoration:
const
BoxDecoration
(
...
...
lib/screen/home/home4.dart
View file @
2fcb09b1
import
'package:flutter/material.dart'
;
import
'package:flutter/material.dart'
;
import
'package:medapp_eksad/widget/button_color.dart'
;
class
Home4
extends
StatelessWidget
{
class
Home4
extends
StatelessWidget
{
const
Home4
({
Key
?
key
})
:
super
(
key:
key
);
const
Home4
({
Key
?
key
})
:
super
(
key:
key
);
...
@@ -68,23 +69,44 @@ class Home4 extends StatelessWidget {
...
@@ -68,23 +69,44 @@ class Home4 extends StatelessWidget {
height
:
50
,
height
:
50
,
width
:
200
,
width
:
200
,
child:
ElevatedButton
(
child:
ElevatedButton
(
onPressed:
(){},
onPressed:
(){},
style:
ElevatedButton
.
styleFrom
(
style:
ElevatedButton
.
styleFrom
(
primary:
Colors
.
blue
[
900
],
primary:
Colors
.
blue
[
900
],
fixedSize:
Size
(
170
,
85
),
onPrimary:
Colors
.
white
,
onPrimary:
Colors
.
white
,
shape:
RoundedRectangleBorder
(
shape:
RoundedRectangleBorder
(
borderRadius:
BorderRadius
.
all
(
Radius
.
circular
(
30
)
,
borderRadius:
BorderRadius
.
all
(
Radius
.
circular
(
30
)
)
)
)
),
side:
BorderSide
(
color:
Colors
.
white
),
fixedSize:
Size
(
170
,
85
),
),
),
child:
Text
(
"LEARN MORE"
,
child:
Text
(
'LEARN MORE'
,
style:
TextStyle
(
style:
TextStyle
(
fontSize:
18
,
fontSize:
18
,
letterSpacing:
2
letterSpacing:
2
),
),
),
),
),
),
// child: ElevatedButton(
// onPressed: (){},
// style: ElevatedButton.styleFrom(
// primary: Colors.blue[900],
// 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
// ),
// ),
// ),
),
),
],
],
),
),
...
...
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