stepBody method
Initiates the UI component for an ActivityStep.
All classes extending an activity step should override this with their own UI components.
Implementation
@override
Widget stepBody(
dynamic Function(dynamic) onResultChange,
RPActivityEventLogger eventLogger,
) =>
RPUITappingActivityBody(this, eventLogger, onResultChange);