Package 

Class DittoToolsViewerKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit DittoToolsViewer(Modifier modifier, Ditto ditto, Function0<Unit> onExitTools) A Composable that you can include in your app that will give a single entry point for all Ditto Tools.
      • Methods inherited from class java.lang.Object

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

      • DittoToolsViewer

        @Composable() final static Unit DittoToolsViewer(Modifier modifier, Ditto ditto, Function0<Unit> onExitTools)

        A Composable that you can include in your app that will give a single entry point for all Ditto Tools.

        Parameters:
        modifier - an optional modifier if you need to adjust the layout to fit the view
        ditto - your instance of Ditto that is required
        onExitTools - an optional lambda function that will be called whenever a user taps the "Exit Tools" button.