switch_ abstract method
Implementation
Widget switch_({
String? label,
bool value = false,
void Function(bool) onValueChanged,
bool isSelected = false,
ItemSize size = ItemSize.medium,
bool isDisabled = false,
bool isReadOnly = false,
});