jonataslaw / readmore

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

Add support for Selectable Text #33

Closed prateekmedia closed 1 year ago

prateekmedia commented 2 years ago

It would be good if this package support selectable text as it is needed in many case.

iqfareez commented 1 year ago

To make the text selectable, wrap the ReadMoreText with SelectionArea.

image

prateekmedia commented 1 year ago

Nice, Thanks!