Button
@Composable
Creates a org.gnome.gtk.Button that triggers a callback when clicked.
Parameters
label
The text displayed in the button.
onClick
Callback triggered when the button is clicked.
modifier
Compose Modifier for layout and styling.
hasFrame
Whether the button has a frame.
@Composable
Creates a org.gnome.gtk.Button that triggers a callback when clicked.
Parameters
onClick
Callback triggered when the button is clicked.
modifier
Compose Modifier for layout and styling.
hasFrame
Whether the button has a frame.