CustomSwitch constructor
const
CustomSwitch({})
Implementation
const CustomSwitch({
Key? key,
required this.value,
this.onChanged,
this.width = 56,
this.height = 28,
this.thumbSize = 22, // this.activeTrackColor,
// this.inactiveTrackColor,
// this.activeThumbColor,
// this.inactiveThumbColor,
this.spacingOfThumbTrack = 4,
this.activeBorderColor,
this.inactiveBorderColor,
}) : super(key: key);