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