Documentation
Switch

Switch

A switch that allows the user to toggle between checked and unchecked.

Usage

FSwitch(...)

FSwitch(
  value: true,
  autofocus: true,
  onChanged: (value) {},
);