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
e8d91351
Commit
e8d91351
authored
Sep 12, 2022
by
Budi Prasetyo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slide ke bawah , contact list
parent
7d1d9c2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
main_dashboard_admin.dart
lib/dashboard/admin/main_dashboard_admin.dart
+1
-1
solution.dart
lib/screen/solution.dart
+2
-2
No files found.
lib/dashboard/admin/main_dashboard_admin.dart
View file @
e8d91351
...
...
@@ -134,7 +134,7 @@ class _DashboardAdminState extends State<DashboardAdmin> {
),
SideMenuItem
(
priority:
3
,
title:
'
Message User
'
,
title:
'
Contact List
'
,
onTap:
()
{
page
.
jumpToPage
(
3
);
},
...
...
lib/screen/solution.dart
View file @
e8d91351
...
...
@@ -74,7 +74,7 @@ class _SolutionsState extends State<Solutions> {
ElevatedButton
ButtonSolution
(
BuildContext
context
)
{
return
ElevatedButton
(
onPressed:
()
{
Navigator
.
pushNamed
(
context
,
'/register'
);
_scrollToIndex
(
550
);
},
style:
DefaultColors
(),
// ElevatedButton.styleFrom(
...
...
@@ -85,7 +85,7 @@ class _SolutionsState extends State<Solutions> {
// // shape: MaterialStateProperty.all(RoundedRectangleBorder(borderRadius: BorderRadius.circular(30.0))),
// ),
child:
const
Text
(
'
FREE DEMO
'
,
'
Our Catalog
'
,
style:
TextStyle
(
fontSize:
19
,
fontWeight:
FontWeight
.
w500
,
...
...
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