MINOR-FIX: DropDownMenu Problem Fix.

This commit is contained in:
2025-12-09 11:34:02 +05:00
parent e4e77356b5
commit 01c625b9c9
5 changed files with 27 additions and 26 deletions

View File

@@ -152,12 +152,13 @@ class ConstTexts {
static String favourites = "favourites";
static String orders = "orders";
static String takeAway = "takeAway";
// static String allStores = "allStores";
// static String alert = "alert";
// static String cancel = "cancel";
static String seeAll = "seeAll";
static String bestServingFood = "bestServingFood";
static String ourCategories = "outCategories";
// static String ok = "ok";
// static String freeDelivery = "freeDelivery";
// static String upto = "upto";
static String doYouWantChangeTheDeliverOption = "doYouWantChangeTheDeliverOption";
static String doYouWantChangeTheDeliverOption =
"doYouWantChangeTheDeliverOption";
// static String cash = "cash";
}