BasicSwitchBehavior
constructor(onBackground: Color = Blue, onForeground: Color = White, offBackground: Color = Lightgray, offForeground: Color = onForeground, focusManager: FocusManager? = null, animation: (switch: Switch, block: (progress: Float) -> Unit) -> Completable? = null)(source)