Renders a single character on each row within a 1-cell-wide container.
Best used inside an HStack to separate columns.
The container uses height: "100%" so it fills the parent's cross
axis. In an HStack with the default alignItems: "stretch", it
automatically matches sibling heights.
Vertical divider that fills the available height.
Renders a single character on each row within a 1-cell-wide container. Best used inside an
HStackto separate columns.The container uses
height: "100%"so it fills the parent's cross axis. In an HStack with the defaultalignItems: "stretch", it automatically matches sibling heights.