expandable_text_plus
ExpandableText( text: "This is a long text that will be truncated after 2 lines...", maxLines: 2, textStyle: const TextStyle(fontSize: 16, color: Colors.black), linkStyle: const TextStyle(color: Colors.red), )
ExpandableText( text: "This is a long text that will be truncated after 2 lines...", maxLines: 2, textStyle: const TextStyle(fontSize: 16, color: Colors.black), linkStyle: const TextStyle(color: Colors.red), )