We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d6e0d commit f637fb6Copy full SHA for f637fb6
balloon/src/main/kotlin/com/skydoves/balloon/Balloon.kt
@@ -2519,6 +2519,7 @@ public class Balloon private constructor(
2519
* @param thickness The thickness of the stroke in dp
2520
**/
2521
public fun setBalloonStroke(@ColorInt color: Int, @Dp thickness: Float): Builder = apply {
2522
+ this.isClipArrowEnabled = true // For now, this will be enabled by default
2523
this.balloonStroke = BalloonStroke(color, thickness)
2524
}
2525
0 commit comments