SettingsView

fun SettingsView(settingsState: SettingsState, settingsTopBar: @Composable () -> Unit, updateOptions: (SettingsOptions) -> Unit)

SettingsView composable to show the settings dialog layout

Parameters

settingsState

: SettingsState

settingsTopBar

: () -> Unit

updateOptions

: (SettingsOptions) -> Unit