RadioText<T> constructor
const
RadioText<T> ({})
Implementation
const RadioText({super.key,
required this.groupValue,
required this.value,
this.defaultColor,
this.activeColor,
this.activeFontColor,
this.defaultFontColor,
this.padding,
this.onChanged,
required this.label});