expansion_tile_list 0.1.0
expansion_tile_list: ^0.1.0 copied to clipboard
An expansion tile list serves as a container for ExpansionTile widget. An idea from ExpansionPanelList. This package tries to solve some simple drawback that ExpansionTile may have and simplify the e [...]
0.0.1 #
- Expansion Tile List release
0.1.0 #
- Added
trailingproperty which cascades to all the tiles - Added
trailingAnimationproperty which is aAnimatable<double> - Added
trailingAnimationBuilderproperty to customize the trailing widget animation - Added
trailingAnimationEnabledproperty which enabled/disabled trailing animation is true by default