Class BalloonComposeExtensionKt

    • 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 Balloon.Builder setArrowColor(Balloon.Builder $self, Color color) sets a color of the arrow.
      final static Balloon.Builder setBackgroundColor(Balloon.Builder $self, Color color) sets the background color of the arrow and popup.
      final static Balloon.Builder setTextColor(Balloon.Builder $self, Color color) sets the color of the main text content.
      final static Balloon.Builder setIconColor(Balloon.Builder $self, Color color) sets the color of the icon drawable.
      final static Balloon.Builder setOverlayColor(Balloon.Builder $self, Color color) background color of the overlay.
      final static Balloon.Builder setOverlayPaddingColor(Balloon.Builder $self, Color color) sets color of the overlay padding.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • setArrowColor

         final static Balloon.Builder setArrowColor(Balloon.Builder $self, Color color)

        sets a color of the arrow.

      • setBackgroundColor

         final static Balloon.Builder setBackgroundColor(Balloon.Builder $self, Color color)

        sets the background color of the arrow and popup.

      • setTextColor

         final static Balloon.Builder setTextColor(Balloon.Builder $self, Color color)

        sets the color of the main text content.

      • setIconColor

         final static Balloon.Builder setIconColor(Balloon.Builder $self, Color color)

        sets the color of the icon drawable.

      • setOverlayColor

         final static Balloon.Builder setOverlayColor(Balloon.Builder $self, Color color)

        background color of the overlay.

      • setOverlayPaddingColor

         final static Balloon.Builder setOverlayPaddingColor(Balloon.Builder $self, Color color)

        sets color of the overlay padding.