-
minimumInteractiveComponentSize
Reserves at least 48.dp in size to disambiguate touch interactions if the element would measure smaller.
-
oneHandedGesture
Registers a gesture handler.
-
placeholder
Modifier.placeholder draws a skeleton shape over a component, for situations when no provisional content (such as cached data) is available.
-
placeholderShimmer
Modifier.placeholderShimmer draws a periodic shimmer over content, indicating to the user that contents are loading or potentially out of date.
-
rangeSemantics
Modifier to add semantics signifying progress of the Stepper/Slider.
-
scrollAway
Scroll an item vertically in/out of view based on scroll state provided by a scrolling list.
-
touchTargetAwareSize
Modifier to set both the size and recommended touch target for IconButton and TextButton.
-
transformedHeight
Convenience modifier to calculate transformed height using TransformationSpec.
Last updated: