stepWidget property
The widget (UI representation) of the step
It returns the corresponding step widget with this step as an input
Implementation
@override
@JsonKey(includeFromJson: false, includeToJson: false)
Widget get stepWidget => RPUIConsentReviewStep(this);