-
angularGradientBackground
Specifies a sweep gradient background for a curved element.
-
angularSize
Specify the sweep (angular size) for the content.
-
angularSizeDp
Specify the sweep (arc length) for the content in Dp.
-
ArcPaddingValues
Apply additional space along each edge of the content in Dp.
-
background
Specified a solid background for a curved element.
-
basicCurvedText
basicCurvedText is a component allowing developers to easily write curved text following the curvature a circle (usually at the edge of a circular screen).
-
clearAndSetSemantics
Allow specifying semantic properties on a curved component, and clearing the existing properties.
-
createRevealAnchors
Creates the required anchors to which the top content can be swiped, to reveal the actions.
-
curvedBox
A layout composable that places its children on top of each other and on an arc.
-
curvedColumn
A curved layout composable that places its children stacked as part of an arc (the first child will be the outermost).
-
curvedComposable
Component that allows normal composables to be part of a CurvedLayout.
-
curvedRow
A layout composable that places its children in an arc, rotating them as needed.
-
expandableButton
Adds a single item, for the button that controls expandable item(s).
-
expandableItem
Adds a single item, that will be expanded/collapsed according to the ExpandableState.
-
expandableItems
Adds a series of items, that will be expanded/collapsed according to the ExpandableState
-
items
Adds a list of items.
-
itemsIndexed
Adds a list of items where the content of an item is aware of its index.
-
padding
Apply additional space along the edges of the content.
-
parentDataModifier
A CurvedModifier that provides data to the parent layout.
-
radialGradientBackground
Specifies a radial gradient background for a curved element.
-
radialSize
Specify the radialSize (thickness) for the content.
-
ScrollInfoProvider
Function for creating a ScrollInfoProvider from a ScalingLazyListState, for use with ScalingLazyColumn - used to coordinate between scrollable content and scaffold content such as…
-
semantics
Allow specifying semantic properties on a curved component.
-
size
Specify the dimensions (sweep and thickness) for the content.
-
sizeIn
Specify the dimensions of the content to be restricted between the given bounds.
-
weight
Size the element's proportional to its weight relative to other weighted sibling elements in the container (this will be the height in a curvedColumn and the width in a curvedRow).
Wear Foundation
Jetpack Compose API reference for compose-foundation.