jonataslaw / readmore

A Flutter plugin than allow expand and collapse text dynamically
MIT License
257 stars 79 forks source link

What does colorClickableText do? #20

Closed ronytesler closed 6 months ago

ronytesler commented 3 years ago

I don't see that color anywhere in my text. It doesn't change the color of 'trimCollapsedText'. I have to set moreStyle if I want to change 'trimCollapsedText' (not sure why it's called moreStyle if it affects 'trimCollapsedText'. I'd expect it to be called trimCollapsedTextStyle or something similar.

Rishab-ms commented 3 years ago

that's just the color of the trim collapsed text and trim expanded text.

foreinger commented 2 years ago

This style work only with adding {style: TextStyle(color: anyColor}

sahibjotsaggu commented 1 year ago

colorClickableText doesn't seem to do anything: Screenshot 2023-06-17 at 8 03 17 PM

And it doesn't accept a TextStyle because it's type is Color, not TextStyle

sahibjotsaggu commented 1 year ago

I tested #35 locally and it works. Can we merge #35?

jonataslaw commented 6 months ago

Fixed in 3.0.0