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