expansion_widget 0.1.0 expansion_widget: ^0.1.0 copied to clipboard
An edited version of Expansion Tile that allows you customize tile widget and animation.
[0.1.0] #
- Added constructor ExpansionWidget.autoSaveState
[0.0.3] #
- Added onExpansionWillChange to control if the expanded state should be changed or not.
[0.0.2] #
- Exposed the state(ExpansionWidgetState). The Widget can be collapsed/expanded/toggled by using globalKey
globalKey.currentState?.toggle(animated: true);
[0.0.1] #
- Added animation duration.
[0.0.1-nullsafety.0] #
- Initial release.