You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A space character at the start of the text is detected as a new line. please check the code and screenshot for details. A simple text widget and read more text was wrapped in a column
A space character at the start of the text is detected as a new line. please check the code and screenshot for details. A simple text widget and read more text was wrapped in a column
" context.read().coachDetailsModel!.payload.description context.read().coachDetailsModel!.payload.description",
only this line is showing the problem. i couldn't recreate this issue with other lines.
The below code is not having the issue.
Text("widget.diet.mealName", overflow: TextOverflow.ellipsis, maxLines: 1, style: TextFontStyle.semiBold(size: context.textPx * 16)), ReadMoreText( " this text doesn't have the issue.", trimLines: 3, style: TextFontStyle.regular(color: AppColor.grey1, size: context.textPx * 14), colorClickableText: AppColor.primaryColor, trimMode: TrimMode.Line, trimCollapsedText: Translator.translate(context, 'more'), trimExpandedText: Translator.translate(context, 'less'), ),
The text was updated successfully, but these errors were encountered: