The HomeCardConst widget used for locating nearby blood banks currently lacks a proper onPressed function implementation. This results in no action being taken when users attempt to use the "Locate Blood Banks" feature. The onPressed callback should navigate to the LocateBloodBanks screen but is either missing or incorrectly implemented.
Expected behavior
This issue prevents users from accessing the "Locate Blood Banks" functionality, impacting their ability to find nearby blood donation centers through the app.Fix the onPressed callback for the HomeCardConst widget to properly navigate to the LocateBloodBanks screen.
The HomeCardConst widget used for locating nearby blood banks currently lacks a proper onPressed function implementation. This results in no action being taken when users attempt to use the "Locate Blood Banks" feature. The onPressed callback should navigate to the LocateBloodBanks screen but is either missing or incorrectly implemented.
Expected behavior
This issue prevents users from accessing the "Locate Blood Banks" functionality, impacting their ability to find nearby blood donation centers through the app.Fix the onPressed callback for the HomeCardConst widget to properly navigate to the LocateBloodBanks screen.