Frame
@Composable
Creates a org.gnome.gtk.Frame used to surround its child with a decorative frame and an optional label.
Parameters
modifier
Compose Modifier for layout and styling.
label XAlign
The X alignment of the label widget.
label
The composable widget used as the label.
child
The composable child.