FlexColumn
Layout that stacks children vertically with optional spacing. It scales Views up to fit the parent's width and take up as much vertical room as possible. But it respects View.minimumSize, and won't make Views shorter.
Parameters
between Views
Inherited functions
Gets the child within the Positionable at the given point. The default is to ignore these calls and let the caller perform their own search for the right child. But Layouts are free to return a value here if it can be done more efficiently.
Indicates whether a layout is needed because of the given size change to a container. This is called whenever the container's size
changes.
Indicates whether a layout is needed because of the given bounds change to a child within a container. This is called whenever the child's size
changes.