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 #29

Open
gauravdv opened this issue Apr 11, 2022 · 0 comments
Open

showing ellipses when expanded #29

gauravdv opened this issue Apr 11, 2022 · 0 comments

Comments

@gauravdv
Copy link

gauravdv commented Apr 11, 2022

Need to remove delimiter when show less, I try it but does not work for me.

TextSpan _delimiter = TextSpan(
      text: _readMore
          ? widget.trimCollapsedText.isNotEmpty
              ? ''
              : ''
          : widget.trimExpandedText.isNotEmpty
              ? ''
              : '',
      style: _defaultDelimiterStyle,
      recognizer: TapGestureRecognizer()..onTap = _onTapLink,
    );

@gauravdv gauravdv changed the title readmore remove delimiter when show less Remove delimiter Apr 11, 2022
@gauravdv gauravdv changed the title Remove delimiter showing ellipses when expanded Apr 11, 2022
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

1 participant