Package-level declarations
Types
Link copied to clipboard
The edge to use with fadingEdge modifier.
Link copied to clipboard
Defines available modes for the flip modifier
Functions
Link copied to clipboard
Makes this widget "fade out" into transparency over specified size. The edge specified by fadingEdge will be faded only.
Link copied to clipboard
fun Modifier.noIndicationClickable(enabled: Boolean = true, onClickLabel: String? = null, role: Role? = null, interactionSource: MutableInteractionSource? = null, onClick: () -> Unit): Modifier
Add a clickable modifier that has no indication (no ripple)
Link copied to clipboard
Link copied to clipboard
Tint the composable with the provided brush. This will draw over any pixels that are not completely transparent in the source composable. For example, this can be used to tint over icons or any other complex shapes.
Tint the composable with the provided color. This will draw over any pixels that are not completely transparent in the source composable. For example, this can be used to tint over icons or any other complex shapes.