A set of containers that simplify your layout: drop-in replacements for Row, Column, Container, and AnimatedContainer with customizable spacing between children.
This is drop-in replacement for Row
and Column
widgets. It allows to add space between children by setting separatorSize
or separator
property.
This is Container
that can be used as a row or column. It allows to set all Container
-related properties plus separatorSize
or separator
property.
This is AnimatedContainer
that can be used as a row or column. It allows to set all AnimatedContainer
-related properties plus separatorSize
or separator
property.