🌈 Create new beautiful Compose Gradients with our new wesite ->
Interface

ClipScope

An interface that introduces the clip property to a Style receiver scope.

Source set: Common
public interface ClipScope

An interface that introduces the clip property to a Style receiver scope.

Functions

clip

Source set: Common
public fun clip(value: Boolean = true)

Clips the component to its bounds. If a ShapeScope.shape is also applied, it clips to the shape. When clip is true content that overflows the component's bounds is not drawn.

This property is not inherited

Parameters

value true to clip (default), false to allow drawing outside bounds.

Content updated: