ZetaRadio<T> constructor
- Key? key,
- bool? rounded,
- required T value,
- T? groupValue,
- ValueChanged<
T?> ? onChanged, - Widget? label,
Constructor for ZetaRadio.
Implementation
const ZetaRadio({
super.key,
super.rounded,
required this.value,
this.groupValue,
this.onChanged,
this.label,
});