IntPropKey
Kotlin
|Java
class IntPropKey : PropKey<Int, AnimationVector1D>
kotlin.Any | |
↳ | androidx.compose.animation.core.IntPropKey |
Built-in property key for Int properties.
Summary
Public constructors | |
---|---|
Built-in property key for Int properties. |
Properties | |
---|---|
String |
Label for distinguishing different prop keys in Android Studio. |
TwoWayConverter<Int, AnimationVector1D> |
A TwoWayConverter that converts T (the data type to be animated) to and from V (any subclass of AnimationVector). |
Public constructors
<init>
IntPropKey(label: String = "IntPropKey")
Built-in property key for Int properties.
Parameters | |
---|---|
label: String = "IntPropKey" | Label for distinguishing different prop keys in Android Studio. |
Properties
typeConverter
val typeConverter: TwoWayConverter<Int, AnimationVector1D>
A TwoWayConverter that converts T (the data type to be animated) to and from V (any subclass of AnimationVector).