Jetpack Compose library
Compose Ui
The Compose UI library contains fundamental building blocks to interact with the device and do custom drawing
Installation
dependencies {
implementation("androidx.compose.ui:ui:1.9.0-alpha04")
}
Components in Compose Ui
Compose Ui contains 11 Jetpack Compose components:
Modifiers in Compose Ui
Compose Ui contains 59 Jetpack Compose modifier(s):
alpha
approachLayout
blur
clearAndSetSemantics
clip
clipToBounds
composed
contentType
drawBehind
drawWithCache
drawWithContent
dropShadow
focusModifier
focusOrder
focusProperties
focusRequester
focusRestorer
focusTarget
graphicsLayer
innerShadow
inspectable
keepScreenOn
layout
layoutBounds
layoutId
modifierLocalConsumer
modifierLocalProvider
motionEventSpy
nestedScroll
onFirstVisible
onFocusChanged
onFocusEvent
onGloballyPositioned
onIndirectTouchEvent
onInterceptKeyBeforeSoftKeyboard
onKeyEvent
onLayoutRectChanged
onPlaced
onPreIndirectTouchEvent
onPreInterceptKeyBeforeSoftKeyboard
onPreRotaryScrollEvent
onPreviewKeyEvent
onRotaryScrollEvent
onSizeChanged
onVisibilityChanged
paint
pointerHoverIcon
pointerInput
pointerInteropFilter
requestedFrameRate
rotate
scale
semantics
sensitiveContent
shadow
stylusHoverIcon
testTag
toolingGraphicsLayer
zIndex