rememberInteractionValue
fun <T> rememberInteractionValue(interactionState: InteractionState, toAnimatableFloat: (T) -> Float, fromAnimatableFloat: (Float) -> T, init: @Composable (InteractionState) -> T): InteractionValue<T, Float>