table_row_alternatives library
Classes
- ExpandableTableRow
- Widget that provides seamless row expansion/shrinking animation.
- TableRowAnimatedSize
- AnimatedSize alternative that works in the TableView.rowBuilder.
- TableRowFadeTransition
- This widget is meant to provide the same functionality as a regular FadeTransition widget. As a regular FadeTransition widget can not be used to wrap an entire table row, this one should be used instead.
- TableRowOpacity
- This widget is meant to provide the same functionality as a regular Opacity widget. As a regular Opacity widget can not be used to wrap an entire table row, this one should be used instead.