refactor codes

This commit is contained in:
amirrezaghabeli
2025-08-12 12:16:33 +03:30
parent 68ba19d210
commit 36c3faa747
17 changed files with 619 additions and 671 deletions
+4
View File
@@ -37,6 +37,10 @@ class AppStrings {
//Tenders
static const String tendersTitle = 'Tenders';
static const String tenderSeeMore = 'See More';
static const String reject = 'Reject';
static const String submit = 'Submit';
static const String dislike = 'Dislike';
static const String like = 'Like';
//profile
static const String profile = 'Profile';
@@ -24,7 +24,7 @@ class MobileShellPage extends StatelessWidget {
height: 72.0.h(),
decoration: BoxDecoration(
color: AppColors.grey10,
border: Border.fromBorderSide(BorderSide(color: AppColors.grey30)),
border: Border(top: BorderSide(color: AppColors.grey30)),
),
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceAround,