DSToggleButton constructor
const
DSToggleButton({})
Implementation
const DSToggleButton({
required this.initialValue,
required this.onChanged,
this.activeColor,
this.inactiveColor,
super.key,
});
const DSToggleButton({
required this.initialValue,
required this.onChanged,
this.activeColor,
this.inactiveColor,
super.key,
});