This commit is contained in:
tzw
2024-03-05 16:33:35 +06:30
7 changed files with 26 additions and 1 deletions

View File

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