@@ -278,7 +278,7 @@ class _MyCommunityState extends State<MyCommunity> {
|
||||
|
||||
SizedBox(
|
||||
width: 200.w,
|
||||
child: text18w700_FCFCFC(
|
||||
child: Text(
|
||||
joinnedComData.joinedAndRequestedCommunity !=
|
||||
null &&
|
||||
joinnedComData
|
||||
@@ -289,6 +289,15 @@ class _MyCommunityState extends State<MyCommunity> {
|
||||
.joinedAndRequestedCommunity!
|
||||
.communityName!
|
||||
: "",
|
||||
style: TextStyle(
|
||||
fontSize: 16.sp,
|
||||
color: Colors.white,
|
||||
fontFamily: "Nunito Sans",
|
||||
),
|
||||
maxLines:
|
||||
2, // Set the maximum number of lines
|
||||
overflow: TextOverflow
|
||||
.ellipsis, // Truncate the text with an ellipsis
|
||||
),
|
||||
),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user