stepWidget property

  1. @override
Widget get stepWidget
override

The widget (UI representation) of the step

It shows the title with large font and the text in smaller font. Also it shows the participant an animation and a "Done" button.

Implementation

@override
Widget get stepWidget => RPUICompletionStep(step: this);