stepWidget property

  1. @override
  2. @JsonKey(includeFromJson: false, includeToJson: false)
Widget stepWidget
override

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