stepWidget property

  1. @JsonKey(ignore: true)
Widget get stepWidget
override

The widget (UI representation) of the step

Implementation

@JsonKey(ignore: true)
Widget get stepWidget =>
    RPUIVisualConsentStep(consentDocument: consentDocument);