expansion_tile_list 0.1.1
expansion_tile_list: ^0.1.1 copied to clipboard
ExpansionTileList is a Flutter widget that manages a list of expandable tiles, controlling their expansion behaviour and also simplifies the implementation of common features.
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
0.1.1 #
- Bug fix for initialExpandedIndex/initialExpandedIndexes
trailingAnimationnot working - Added a better description for the package