Source set: Common
@ExperimentalFoundationStyleApi
interface ClipScope
An interface that introduces the clip property to a Style receiver scope.
Functions
clip
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. |