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