SimpleSwitch constructor
SimpleSwitch({})
Implementation
SimpleSwitch({
Key? key,
required this.item,
required this.onChange,
required this.position,
this.errorMessages = const {},
this.validations = const {},
this.decorations = const {},
this.keyboardTypes = const {},
}) : super(key: key);