TSwitch constructor
const
TSwitch({})
Implementation
const TSwitch({
super.key,
required this.label,
required this.description,
required this.value,
required this.onChanged,
this.error,
this.isEnabled = true,
this.isError = false,
this.inactiveTrackColor,
this.inactiveThumbColor,
this.width,
this.height,
this.lockWhenEnabled = false,
});