Class SettingsComponentsKt
-
- All Implemented Interfaces:
public final class SettingsComponentsKt
-
-
Method Summary
Modifier and Type Method Description final static Unit
SettingsTopbar(Modifier modifier, ModalDialogStyle dialogStyle, Function0<Unit> onSettingsClose)
Compose Wrapper of DialogTitleView to show the title of the settings dialog. -
-
Method Detail
-
SettingsTopbar
@Composable() final static Unit SettingsTopbar(Modifier modifier, ModalDialogStyle dialogStyle, Function0<Unit> onSettingsClose)
Compose Wrapper of DialogTitleView to show the title of the settings dialog.
- Parameters:
modifier
- : ModifierdialogStyle
- : ModalDialogStyle style of the dialogonSettingsClose
- : () -> Unit function to close the settings dialog
-
-
-
-