- Added constructor ExpansionWidget.autoSaveState
- Added onExpansionWillChange to control if the expanded state should be changed or not.
- Exposed the state(ExpansionWidgetState). The Widget can be collapsed/expanded/toggled by using globalKey
globalKey.currentState?.toggle(animated: true);
- Added animation duration.
- Initial release.