change colour for no found while searching and add delete function in profile page

This commit is contained in:
sma
2024-03-05 16:29:35 +06:30
parent 6bf2e95fb1
commit 6dda86410b
7 changed files with 26 additions and 1 deletions

View File

@@ -81,6 +81,7 @@ class PackageSearchDelegate extends SearchDelegate<Pickup> {
child: Text(
"No result found",
textAlign: TextAlign.center,
style: TextStyle(color: Colors.black),
),
),
);