FlexRow
Layout that stacks children horizontally with optional spacing. It scales Views up to fit the parent's height and take up as much horizontal room as possible. But it respects minimum width, and won't make Views narrower.
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.
Returns the ideal size of the Positionable based on its contents.
Lays out the children of the given Positionable.
Returns the minimum size of the Positionable based on its contents.
Indicates whether a layout is needed because of the given size change to the Container. This is called whenever the container's size
changes.
Indicates whether a layout is needed because of the given size preferences change to a child of the given 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 of the given Container. This is called whenever the container's size
changes.