jesusrp98 / expand_widget

Ability to easily expand and retract a widget collection or text
https://pub.dev/packages/expand_widget
GNU General Public License v3.0
45 stars 22 forks source link

Is there any way to set default expanded value...? #31

Closed rohitk1011 closed 1 year ago

rohitk1011 commented 2 years ago

Please let me know is any way to set the default value to be true so I can see my children widgets automatically whenever the screen open.

jesusrp98 commented 2 years ago

At this moment, it's not possible to make the exanded state as a default. Howeverm it shouldn't be too dificult to implement. You'd need to expose the internal _isExpanded variable.

At this moment, I don't really have the time to implement this, but feel free to create a PR for this feature :)

jesusrp98 commented 1 year ago

This feature will be implemented in the next release :)