BaseSwitchButton constructor
const
BaseSwitchButton({})
Implementation
const BaseSwitchButton({
Key? key,
required this.value,
required this.onChanged,
required this.size,
this.thumbColor = Colors.white,
this.trackColor,
this.borderColor = const Color(0xffeeeeee),
this.enabled = false,
}) : super(key: key);