CustomSwitch.small constructor
const
CustomSwitch.small({})
Implementation
const CustomSwitch.small({
Key? key,
required this.value,
this.onChanged,
this.width = 32,
this.height = 16,
this.thumbSize = 13.5, // this.activeTrackColor,
// this.inactiveTrackColor,
// this.activeThumbColor,
// this.inactiveThumbColor,
this.spacingOfThumbTrack = 2.5,
this.activeBorderColor,
this.inactiveBorderColor,
}) : super(key: key);