Class MainToolbarKt

    • 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 MainToolbar(Modifier modifier, DocumentState documentState, Function1<String, Unit> title, Function1<Color, Unit> navigationIcon, Function2<RowScope, Color, Unit> actions) Composable that displays the Main tool bar for DocumentView.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • MainToolbar

        @Composable() final static Unit MainToolbar(Modifier modifier, DocumentState documentState, Function1<String, Unit> title, Function1<Color, Unit> navigationIcon, Function2<RowScope, Color, Unit> actions)

        Composable that displays the Main tool bar for DocumentView.

        Parameters:
        modifier - The Modifier to be applied to the layout.
        documentState - The DocumentState describing the document to be shown.
        title - The composable scope for customisable title view.
        navigationIcon - The composable scope for customisable navigation icon.
        actions - The actions displayed at the end of the existing menu items.