[][src]Type Definition firmament::LayoutMap

type LayoutMap = fn(_: Entity) -> Layout;

Computes the flex layout with the given axis and limits, applying spacing, padding and alignment to the items as needed.

It returns a new layout Node.