fluttercandies / extended_text

A powerful extended official text for Flutter, which supports Speical Text(Image,@somebody), Custom Background, Custom overFlow, Text Selection.
MIT License
664 stars 134 forks source link

设置了overflowWidget 但文本没有折叠时 点击异常 #69

Closed LaelLuo closed 4 years ago

LaelLuo commented 4 years ago

Demo

ExtendedText(
    '点我体验异常',
    overflowWidget: TextOverflowWidget(child: SizedBox.shrink()),
)
LaelLuo commented 4 years ago

提交了pr