flutter_templet_project
flutter_templet_project copied to clipboard
n_expand_text.dart优化
问题1: n_expand_text.dart中代码 maxLines: isExpand ? expandMaxLine : 1, 此处如果文本长度动态变化,maxLines为指定值,可能导致显示不全问题。 问题2:尾部展开/折叠 让文字显示宽度被占用了,类似效果参考:https://pub.dev/packages/expandable_text