folding_cell 1.0.0
folding_cell: ^1.0.0 copied to clipboard
Simple folding cell widget implemented in Flutter. Its a widget so add it to any container widget as a child.
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