RadioButton constructor
Implementation
const RadioButton({
  Key? key,
  required this.title,
  required this.value,
  required this.groupValue,
  required this.activeColor,
  required this.onChanged,
  this.scale = 1.5,
  required this.fontSize,
}) : super(key: key);