TileLayout
A layout that tiles contents into squares that fit within the given area.
Parameters
orientation
direction the tiling follows
spacing
between tiles
Constructors
Link copied to clipboard
Creates a TileLayout with Horizontal orientation.
Functions
Inherited functions
Link copied to clipboard
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.
Link copied to clipboard
Link copied to clipboard
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.