Package 

Class NoticeBarKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit NoticeBar(String text, Color color, Color backgroundColor, Boolean singleLine, Boolean showClose, Boolean scrollable, Dp iconSize, ImageVector prefixIcon, TextStyle style, TextOverflow overflow)
      • Methods inherited from class java.lang.Object

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

      • NoticeBar

        @Composable() final static Unit NoticeBar(String text, Color color, Color backgroundColor, Boolean singleLine, Boolean showClose, Boolean scrollable, Dp iconSize, ImageVector prefixIcon, TextStyle style, TextOverflow overflow)