Commit 7d1d9c2f authored by rizky ramadhan's avatar rizky ramadhan

route free demo ke register

parent 486c0536
......@@ -74,7 +74,7 @@ class _SolutionsState extends State<Solutions> {
ElevatedButton ButtonSolution(BuildContext context) {
return ElevatedButton(
onPressed: () {
_scrollToIndex(500);
Navigator.pushNamed(context, '/register');
},
style: DefaultColors(),
// ElevatedButton.styleFrom(
......
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