Design of Account Info screen
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:kmobile/features/auth/screens/account_info_screen.dart';
|
||||
import 'package:kmobile/features/auth/screens/customer_info_screen.dart';
|
||||
import 'package:material_symbols_icons/material_symbols_icons.dart';
|
||||
|
||||
@@ -112,7 +113,10 @@ class _DashboardScreenState extends State<DashboardScreen> {
|
||||
_buildQuickLink(Symbols.send_money, "Fund \n Transfer",
|
||||
() => print("")),
|
||||
_buildQuickLink(Symbols.server_person, "Account \n Info",
|
||||
() => print("")),
|
||||
(){
|
||||
Navigator.push(context, MaterialPageRoute(
|
||||
builder: (context) => const AccountInfoScreen()));
|
||||
}),
|
||||
_buildQuickLink(Symbols.receipt_long, "Account \n History",
|
||||
() => print("")),
|
||||
_buildQuickLink(Symbols.checkbook, "Handle \n Cheque",
|
||||
|
Reference in New Issue
Block a user