folding_cell 1.0.2
folding_cell: ^1.0.2 copied to clipboard
Simple folding cell widget, pass frontWidget and innerWidget to fold and unfold.
1.0.2 #
- Removed default constructor and some cleanup
1.0.1 #
- Migrated to non-nullable types
1.0.0 #
- Added
SimpleFoldingCell.create()to passfrontWidgetandinnerWidget
0.1.2 #
- Added
onOpenandonClosecallbacks - Can now programmatically open and close cell
- Added
AnimatedBuilderinstead ofsetState()and simplified code - Updated examples
0.1.1 #
- Added
animationDurationand roundedborderRadius
0.1.0 #
- Initial version