Preferences Group
@Composable
Creates a org.gnome.adw.PreferencesGroup used to group org.gnome.adw.PreferencesRow widgets.
Parameters
title
The title of the group.
modifier
Compose Modifier for layout and styling.
description
The description of the group.
header Suffix
Composable component displayed after the title and description.
separate Rows
Whether the rows are separated.
content
The composable components used as rows inside the group.