Package com.skydoves.balloon.compose
Class BalloonComposeExtensionKt
-
- All Implemented Interfaces:
public final class BalloonComposeExtensionKt
-
-
Method Summary
Modifier and Type Method Description final static Balloon.BuildersetArrowColor(Balloon.Builder $self, Color color)sets a color of the arrow. final static Balloon.BuildersetBackgroundColor(Balloon.Builder $self, Color color)sets the background color of the arrow and popup. final static Balloon.BuildersetTextColor(Balloon.Builder $self, Color color)sets the color of the main text content. final static Balloon.BuildersetIconColor(Balloon.Builder $self, Color color)sets the color of the icon drawable. final static Balloon.BuildersetOverlayColor(Balloon.Builder $self, Color color)background color of the overlay. final static Balloon.BuildersetOverlayPaddingColor(Balloon.Builder $self, Color color)sets color of the overlay padding. -
-
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.
-
-
-
-