expandable_text_plus 1.0.0
expandable_text_plus: ^1.0.0 copied to clipboard
A customizable expandable text widget with "Read more / Read less" toggle for Flutter apps.
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), )