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 passfrontWidget
andinnerWidget
0.1.2 #
- Added
onOpen
andonClose
callbacks - Can now programmatically open and close cell
- Added
AnimatedBuilder
instead ofsetState()
and simplified code - Updated examples
0.1.1 #
- Added
animationDuration
and roundedborderRadius
0.1.0 #
- Initial version