Source set: Android
public interface TransformedContainerPainterScope
Provides additional information to the painter inside TransformationSpec.
Properties
scrollProgress
Source set: Android
public val DrawScope.scrollProgress: TransformingLazyColumnItemScrollProgress
The progress of the scroll.
itemHeight
Source set: Android
public val DrawScope.itemHeight: Float
The height of the item in pixels. This might be different from TransformationSpec.getTransformedHeight in cases graphical effects like clipping are applied before scale.