the_containers 0.0.1 the_containers: ^0.0.1 copied to clipboard
A set of containers that make life easier.
TheStorage #
A set of containers that make life easier.
SeparatedRow and SeparatedColumn #
This is drop-in replacement for Row
and Column
widgets. It allows to add space between children by setting separatorSize
or separator
property.
ContainerRow and ContainerColumn #
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.
AnimatedContainerRow and AnimatedContainerColumn #
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.