Class SettingsComponentsKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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 - : Modifier
        dialogStyle - : ModalDialogStyle style of the dialog
        onSettingsClose - : () -> Unit function to close the settings dialog