OudsSwitchButtonItem constructor
const
OudsSwitchButtonItem({ - Key? key,
- required bool value,
- required ValueChanged<bool>? onChanged,
- required String title,
- String? helperTitle,
- String? icon,
- bool reversed = false,
- bool readOnly = false,
- bool isError = false,
- bool enabled = true,
- bool divider = false,
})
Implementation
const OudsSwitchButtonItem({
super.key,
required this.value,
required this.onChanged,
required this.title,
this.helperTitle,
this.icon,
this.reversed = false,
this.readOnly = false,
this.isError = false,
this.enabled = true,
this.divider = false,
});