HapticToggle constructor
const
HapticToggle({})
Implementation
const HapticToggle({
super.key,
required this.value,
required this.onChanged,
this.activeColor,
this.inactiveColor = const Color(0xFF3A3A3C),
this.thumbColor = Colors.white,
this.width = 56,
this.height = 32,
this.duration = const Duration(milliseconds: 220),
});