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

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