stepWidget property

Widget stepWidget
override

The widget (UI representation) of the step

It returns the corresponding step widget with this step as an input

Implementation

@override
Widget get stepWidget => RPUIConsentReviewStep(this);