AppRadioGroup<T> constructor
Implementation
const AppRadioGroup({
super.key,
required this.cubit,
required this.label,
required this.values,
required this.labels,
});
const AppRadioGroup({
super.key,
required this.cubit,
required this.label,
required this.values,
required this.labels,
});