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.
2 parents 9430a73 + f637fb6 commit 12e32f4Copy full SHA for 12e32f4
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