Password Entry Row
Creates a org.gnome.adw.PasswordEntryRow, an entry row that hides its content.
org.gnome.adw.PasswordEntryRow is a child of org.gnome.adw.EntryRow and org.gnome.adw.PreferencesRow which are usually used for preferences/settings inside an application.
Parameters
The text displayed in the entry.
The title for this row.
Compose io.github.compose4gtk.modifier.Modifier for layout and styling.
Callback triggered when the entry is activated (pressing Enter).
Callback triggered when the apply button is pressed.
Callback triggered when the text changes.
Whether the row can be selected.
Whether the component can be activated.
Whether the title is selectable.
Whether to use Pango markup for the title and subtitle.
Whether an embedded underline in the title or subtitle indicates a mnemonic.
Whether to show the apply button.
TODO: Prefix/suffix