StackLayout

public struct StackLayout : Layout, SingleTraitLayout

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

Layout logic

Result Builders