Skip to content

[Feature Request] Max line & text overflow #2364

Closed Answered by EArminjon
EArminjon asked this question in Feature Request
Discussion options

You must be logged in to vote

Alternative without style :

 return Text(
   controller.document.toPlainText(),
   maxLines: widget.maxLineAsPlainText,
   overflow: TextOverflow.ellipsis,
);

I close because that fit my use case :)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by EArminjon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant