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