Branch Locator static Screen
This commit is contained in:
@@ -64,7 +64,15 @@ Widget getBankLogo(String? bankName) {
|
||||
width: 40,
|
||||
height: 40,
|
||||
);
|
||||
} else {
|
||||
}
|
||||
if (bankName != null && bankName.toLowerCase().contains('bank of india')) {
|
||||
return Image.asset(
|
||||
'assets/images/boi_logo.png',
|
||||
width: 40,
|
||||
height: 40,
|
||||
);
|
||||
}
|
||||
else {
|
||||
return const Icon(
|
||||
Icons.account_balance,
|
||||
size: 40,
|
||||
|
Reference in New Issue
Block a user