TatweerSwitch constructor
const
TatweerSwitch({})
Implementation
const TatweerSwitch({
Key? key,
required this.value,
this.onChanged,
this.activeColor,
this.inactiveColor,
this.isDisabled = false,
this.label,
this.labelStyle,
this.subtitle,
this.subtitleStyle,
this.labelOnRight = false,
}) : super(key: key);