Creates the mutable state for this widget at a given location in the tree.
@override State<Switch> createState() { return SwitchState(); }