TRadioButton<T> constructor
const
TRadioButton<T> ({})
Implementation
const TRadioButton({
super.key,
required this.caption,
required this.value,
required this.groupValue,
this.enabled = true,
this.onChange,
this.font,
this.dense = false,
});