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