stepWidget property
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);
The widget (UI representation) of the step
It returns the corresponding step widget with this step as an input
@override
Widget get stepWidget => RPUIConsentReviewStep(this);