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