StackLayout

public struct StackLayout : Layout

A layout implementation that linearly lays out an array of children along either the horizontal or vertical axis.

Layout logic

Result Builders