jonataslaw / readmore

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

It doesn't work #49

Open onism0106 opened 11 months ago

onism0106 commented 11 months ago

Didn't work as well as I expected. I set the maximum number of lines to be 3 ,and 'read more' should not wrap

const ReadMoreText( 'sampleText.sampleText.sampleText.sampleText.sampleText.sampleText.sampleText.sampleText.sampleText.sampleText.sampleText.sampleText.sampleText.sampleText.sampleText.sampleText.', trimLines: 3, trimMode: TrimMode.Line, ), Screenshot_20231113_165722