initial your tenders

This commit is contained in:
amirrezaghabeli
2025-09-02 15:33:07 +03:30
parent 305598028b
commit 513475cfb6
8 changed files with 132 additions and 14 deletions
+2 -1
View File
@@ -169,7 +169,8 @@ class TenderCard extends StatelessWidget {
Widget _tenderDescription() {
return Text(
tender.description ?? '',
maxLines: 7,
maxLines: 4,
overflow: TextOverflow.ellipsis,
style: TextStyle(
color: AppColors.grey70,
fontSize: 16.0.sp(),