Button Row
@Composable
Creates a org.gnome.adw.ButtonRow, a list box row that looks like a button and triggers a callback when clicked.
org.gnome.adw.ButtonRow is a child of org.gnome.adw.PreferencesRow which is usually used for preferences/settings inside an application.
Parameters
title
The text shown in the button.
title Selectable
Whether the title can be selected.
use Markup
Whether to use Pango markup for the title.
use Underline
Whether an embedded underline in the title indicates a mnemonic.
end Icon
The icon shown after the title.
start Icon
The icon shown before the title.
on Activate
Callback triggered when the button is activated.