Center Box
@Composable
Creates a org.gnome.gtk.CenterBox that arranges three children in a row, keeping the middle child centered as well as possible.
Parameters
modifier
Compose Modifier for layout and styling.
orientation
The axis on which the children are aligned.
start
The start composable widget.
end
The end composable widget.
baseline Position
The baseline position of the center box.
shrink Center Last
Whether to shrink the center widget after other children.
center
The center composable widget.