updated screens design for demo
This commit is contained in:
@@ -221,7 +221,7 @@ class _DashboardScreenState extends State<DashboardScreen> {
|
||||
MaterialPageRoute(
|
||||
builder: (context) => const AccountInfoScreen()));
|
||||
}),
|
||||
_buildQuickLink(Symbols.receipt_long, "Account \n History",
|
||||
_buildQuickLink(Symbols.receipt_long, "Account \n Statement",
|
||||
() {
|
||||
Navigator.push(
|
||||
context,
|
||||
@@ -229,13 +229,13 @@ class _DashboardScreenState extends State<DashboardScreen> {
|
||||
builder: (context) =>
|
||||
const AccountStatementScreen()));
|
||||
}),
|
||||
_buildQuickLink(Symbols.checkbook, "Handle \n Cheque", () {
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(
|
||||
builder: (context) =>
|
||||
const ChequeManagementScreen()));
|
||||
}),
|
||||
// _buildQuickLink(Symbols.checkbook, "Handle \n Cheque", () {
|
||||
// Navigator.push(
|
||||
// context,
|
||||
// MaterialPageRoute(
|
||||
// builder: (context) =>
|
||||
// const ChequeManagementScreen()));
|
||||
// }),
|
||||
_buildQuickLink(Icons.group, "Manage \n Beneficiary", () {
|
||||
Navigator.push(
|
||||
context,
|
||||
|
Reference in New Issue
Block a user