Header Bar
@Composable
Creates a org.gnome.adw.HeaderBar used as a title bar widget.
Parameters
modifier
Compose Modifier for layout and styling.
centering Policy
The policy for aligning the center widget.
show End Title Buttons
Whether to show title buttons at the end of the header bar.
show Start Title Buttons
Whether to show title buttons at the start of the header bar.
title
Composable widget to display as the title.
start Widgets
Composable widget displayed at the start of the header.
end Widgets
Composable widget displayed at the end of the header.