Switch
Last updated
Last updated
Inheritance: -> -> -> Xamarin.Forms documentation: Switch /
For details on how the control actually works, please refer to the .
Switch(isToggled: bool, onToggled: bool -> ‘msg)
Define a Switch widget with its toggled state
thumbColor(light: FabColor, ?dark: FabColor)
Sets the thumb color depending if light or dark mode
colorOn(light: FabColor, ?dark: FabColor)
Sets the color when switch is toggled on
reference(value: ViewRef<Switch>)
Sets a ViewRef
instance to retrieve the Xamarin.Forms.Switch
instance associated to this widget