basicSwitchBehavior
fun basicSwitchBehavior(onBackground: Color? = null, onForeground: Color? = null, offBackground: Color? = null, offForeground: Color? = null, animation: (switch: Switch, block: (progress: Float) -> Unit) -> Completable = { _,block -> NoOpCompletable.also { block(1f) } }): DI.Module(source)