expand_widget
expand_widget copied to clipboard
Ability to easily expand and retract a widget collection or text
This fixes an issue where text is not recognized as overflowing if user applied accessibility scaling of text. By default set to no scaling. PS: James McIntosh says 'hi!' :)
when trying to use expanded_widget to shorten a long markdown text displayed with https://pub.dev/packages/flutter_markdown, then the child widget is not rendered completely if the widget is expanded: Collapsed:  Expanded:...
I have an new requirement,about need to tap on other widgets instead of arrow icon to expand and collapse , is it possible to expose the action on the ‘controller’?thank...
How to make initial expanded state == true?
how to use expand_widget in gridview
Hi, Feature Request ! indicator icon up or down text
This PR fixes getting maxLines value depending on whether text is expanded or not. The current _maxLines method returns the value of 66 if the text widget is expanded and...
Is possible make it work with Markdown?