SettingsTopAppBar

fun SettingsTopAppBar(onBackClick: () -> Unit = {}, actions: @Composable RowScope.() -> Unit = {}, localizedText: String = stringResource(Res.string.settings), backVector: ImageVector = Icons.AutoMirrored.Filled.ArrowBack)

Top app bar with back button and title for settings screens.

Parameters

onBackClick

Called when the back icon is clicked.

actions

Optional trailing actions.

localizedText

Title text; defaults to "Settings" string resource.

backVector

Icon for the back button; defaults to ArrowBack.