CircleToggleButton constructor
const
CircleToggleButton({})
Implementation
const CircleToggleButton({
super.key,
required this.falseIcon,
required this.trueIcon,
this.duration = const Duration(milliseconds: 400),
this.size = 24,
this.iconSize = 16,
this.initialValue = false,
this.falseBackground,
this.trueBackground,
this.onChanged,
});