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
f77903a5
Commit
f77903a5
authored
Sep 08, 2022
by
Budi Prasetyo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
home2 , drawer putih , solusi
parent
8120e30b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
17 deletions
+29
-17
home2.dart
lib/screen/home/home2.dart
+17
-5
solution.dart
lib/screen/solution.dart
+1
-1
drawer.dart
lib/widget/drawer.dart
+11
-11
No files found.
lib/screen/home/home2.dart
View file @
f77903a5
...
...
@@ -18,9 +18,10 @@ class Home2 extends StatelessWidget {
),
child:
Column
(
crossAxisAlignment:
CrossAxisAlignment
.
start
,
mainAxisAlignment:
MainAxisAlignment
.
spaceEvenly
,
children:
[
Spacer
(
flex:
2
,
flex:
1
,
),
Container
(
width:
screenSize
.
width
,
...
...
@@ -30,7 +31,9 @@ class Home2 extends StatelessWidget {
color:
const
Color
.
fromARGB
(
255
,
12
,
66
,
101
),
fontWeight:
FontWeight
.
bold
)),
),
SizedBox
(
height:
10
),
Spacer
(
flex:
1
,
),
Container
(
width:
screenSize
.
width
,
height:
100
,
...
...
@@ -44,7 +47,9 @@ class Home2 extends StatelessWidget {
height:
1.6
,
fontWeight:
FontWeight
.
w500
)),
),
SizedBox
(
height:
10
),
Spacer
(
flex:
1
,
),
Container
(
// padding: const EdgeInsets.only(left: 1),
// width: screenSize.width * 0.3,
...
...
@@ -74,7 +79,9 @@ class Home2 extends StatelessWidget {
],
),
),
SizedBox
(
height:
30
),
Spacer
(
flex:
1
,
),
Container
(
width:
screenSize
.
width
,
height:
100
,
...
...
@@ -90,7 +97,9 @@ class Home2 extends StatelessWidget {
height:
1.6
,
fontWeight:
FontWeight
.
w500
)),
),
SizedBox
(
height:
10
),
Spacer
(
flex:
1
,
),
Container
(
width:
screenSize
.
width
,
height:
100
,
...
...
@@ -105,6 +114,9 @@ class Home2 extends StatelessWidget {
height:
1.6
,
fontWeight:
FontWeight
.
w500
)),
),
Spacer
(
flex:
1
,
),
],
),
);
...
...
lib/screen/solution.dart
View file @
f77903a5
...
...
@@ -73,7 +73,7 @@ class _SolutionsState extends State<Solutions> {
ElevatedButton
ButtonSolution
(
BuildContext
context
)
{
return
ElevatedButton
(
onPressed:
()
{
_scrollToIndex
(
1
500
);
_scrollToIndex
(
500
);
},
style:
DefaultColors
(),
// ElevatedButton.styleFrom(
...
...
lib/widget/drawer.dart
View file @
f77903a5
...
...
@@ -10,17 +10,17 @@ class DrawerMedApp extends StatelessWidget {
// backgroundColor: Color.fromARGB(255, 76, 154, 231),
width:
200
,
child:
Container
(
decoration:
BoxDecoration
(
color:
Colors
.
blue
,
gradient:
LinearGradient
(
colors:
[
Colors
.
blue
,
Colors
.
blue
.
withOpacity
(
0.0
),
],
stops:
[
0.0
,
1.0
],
),
),
//
decoration: BoxDecoration(
//
color: Colors.blue,
//
gradient: LinearGradient(
//
colors: [
//
Colors.blue,
//
Colors.blue.withOpacity(0.0),
//
//
],
//
stops: [0.0, 1.0],
//
),
//
),
child:
Column
(
children:
[
const
SizedBox
(
height:
50
,),
...
...
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