ModeSwitch constructor
const
ModeSwitch({})
Implementation
const ModeSwitch({
Key? key,
required this.value,
required this.onChanged,
required this.height,
this.activeThumbColor = Colors.white,
this.activeThumbImage,
this.inactiveThumbColor = Colors.white,
this.inactiveThumbImage,
}) : super(key: key);