stepBody method
Returns the widget that displays the test UI for this step.
Implementation
@override
Widget stepBody(
dynamic Function(dynamic) onResultChange,
RPActivityEventLogger eventLogger,
) {
return StsTestStepUI(
step: this,
onResultChange: onResultChange,
eventLogger: eventLogger,
);
}