[Feature Request] Max line & text overflow #2364
-
This was closed in 2021, what about today, is it now possible ? |
Beta Was this translation helpful? Give feedback.
Answered by
EArminjon
Nov 10, 2024
Replies: 1 comment
-
Alternative without style : return Text(
controller.document.toPlainText(),
maxLines: widget.maxLineAsPlainText,
overflow: TextOverflow.ellipsis,
); I close because that fit my use case :) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
EArminjon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alternative without style :
I close because that fit my use case :)