TileRadio<T> constructor
const
TileRadio<T> ({})
Implementation
const TileRadio({
required this.value,
required this.groupValue,
required this.title,
required this.onChanged,
this.subtitle = "",
this.activeColor,
this.borderColor,
this.enable = true,
this.maxLines = 1,
super.key,
});