Searched defs:MotionControlFn (Results 1 – 1 of 1) sorted by relevance
91 typealias MotionControlFn = suspend MotionControlScope.() -> Unit typealias211 private fun MotionControlFn.launch(): Job { in launch() method