stepWidget property
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 {
return RPUICompletionStep(step: this);
}