TUIRadioButton constructor
const
TUIRadioButton({
- Key? key,
- VoidCallback? onPressed,
- bool isSelected = false,
Implementation
const TUIRadioButton({
super.key,
this.onPressed,
this.isSelected = false,
});