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> {
),
SideMenuItem(
priority: 3,
title: 'Message User',
title: 'Contact List',
onTap: () {
page.jumpToPage(3);
},
......
......@@ -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,
......
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