Commit e8d91351 authored by Budi Prasetyo's avatar Budi Prasetyo

slide ke bawah , contact list

parent 7d1d9c2f
...@@ -134,7 +134,7 @@ class _DashboardAdminState extends State<DashboardAdmin> { ...@@ -134,7 +134,7 @@ class _DashboardAdminState extends State<DashboardAdmin> {
), ),
SideMenuItem( SideMenuItem(
priority: 3, priority: 3,
title: 'Message User', title: 'Contact List',
onTap: () { onTap: () {
page.jumpToPage(3); page.jumpToPage(3);
}, },
......
...@@ -74,7 +74,7 @@ class _SolutionsState extends State<Solutions> { ...@@ -74,7 +74,7 @@ class _SolutionsState extends State<Solutions> {
ElevatedButton ButtonSolution(BuildContext context) { ElevatedButton ButtonSolution(BuildContext context) {
return ElevatedButton( return ElevatedButton(
onPressed: () { onPressed: () {
Navigator.pushNamed(context, '/register'); _scrollToIndex(550);
}, },
style: DefaultColors(), style: DefaultColors(),
// ElevatedButton.styleFrom( // ElevatedButton.styleFrom(
...@@ -85,7 +85,7 @@ class _SolutionsState extends State<Solutions> { ...@@ -85,7 +85,7 @@ class _SolutionsState extends State<Solutions> {
// // shape: MaterialStateProperty.all(RoundedRectangleBorder(borderRadius: BorderRadius.circular(30.0))), // // shape: MaterialStateProperty.all(RoundedRectangleBorder(borderRadius: BorderRadius.circular(30.0))),
// ), // ),
child: const Text( child: const Text(
'FREE DEMO', 'Our Catalog',
style: TextStyle( style: TextStyle(
fontSize: 19, fontSize: 19,
fontWeight: FontWeight.w500, fontWeight: FontWeight.w500,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment