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