stepBody method

Widget stepBody(
  1. dynamic onResultChange(
    1. dynamic
    ),
  2. RPActivityEventLogger eventLogger
)

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();