StackAxis
The world axis along which a io.github.jayteealao.isometric.compose.runtime.Stack composable arranges its children.
In isometric view:
Z is vertical (up/down on screen) — the most common stacking direction.
runs right-and-forward on screen.
Y runs left-and-forward on screen.
Pass to Stack via the axis parameter. Defaults to Z.