handleRadioClick method
- String value,
- BuildContext context,
- Test? test
Implementation
void handleRadioClick(String value, BuildContext context, Test? test) {
showInterpretationDialog(value, context, test);
}
void handleRadioClick(String value, BuildContext context, Test? test) {
showInterpretationDialog(value, context, test);
}