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