Package 

Class SearchBarKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit SearchBar(Modifier modifier, String actionText, String value, String placeholder, Boolean showAction, VisualTransformation visualTransformation, KeyboardOptions keyboardOptions, KeyboardActions keyboardActions, Color color, Function1<String, Unit> onActionClick, Function1<String, Unit> onChange)
      • Methods inherited from class java.lang.Object

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

      • SearchBar

        @Composable() final static Unit SearchBar(Modifier modifier, String actionText, String value, String placeholder, Boolean showAction, VisualTransformation visualTransformation, KeyboardOptions keyboardOptions, KeyboardActions keyboardActions, Color color, Function1<String, Unit> onActionClick, Function1<String, Unit> onChange)