stepBody method
Builds the step body widget for the SROM test.
Implementation
@override
Widget stepBody(
dynamic Function(dynamic) onResultChange,
RPActivityEventLogger eventLogger,
) {
return SromTestStepUI(
step: this,
onResultChange: onResultChange,
eventLogger: eventLogger,
);
}