OudsListItem constructor
Creates an ODS List selection.
Implementation
const OudsListItem({
super.key,
required this.title,
this.subtitle,
this.image,
this.text,
this.icon,
this.value,
this.onChangedSwitch,
this.onChangedCheckBox,
this.divider,
this.onPressed,
});