Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

showing ellipses when expanded #10

Open
ghost opened this issue Dec 1, 2020 · 3 comments
Open

showing ellipses when expanded #10

ghost opened this issue Dec 1, 2020 · 3 comments

Comments

@ghost
Copy link

ghost commented Dec 1, 2020

HI, I don't know if this is only with me, but I see the '...' ellipses when the text is expanded.


Screenshot_1606828781


Screenshot_1606828788

@royabousamra
Copy link

Same thing here.

@saelco
Copy link

saelco commented Apr 29, 2021

I'm using trimExpandedText: '' even though the "show less" phrase disappears

@namphanhoang
Copy link

Maybe this issue is by this code, please check it
TextSpan _delimiter = TextSpan(
text: _readMore
? widget.trimCollapsedText.isNotEmpty
? widget.delimiter
: ''
: widget.trimExpandedText.isNotEmpty
? widget.delimiter
: '',
style: _defaultDelimiterStyle,
recognizer: TapGestureRecognizer()..onTap = _onTapLink,
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants