JuiSwitch constructor
const
JuiSwitch({})
Implementation
const JuiSwitch({
Key? key,
required this.title,
required this.value,
required this.onChanged,
this.color = const Color(0xFFF2F2F2),
this.backgroundColorOff = const Color(0xFFBDBDBD),
this.backgroundColorOn = JuiColors.primaryColor,
}) : super(key: key);