stepWidget property

  1. @override
Widget stepWidget
override

The widget (UI representation) of Form Step.

This gets initialized when a Form Step has been added to a Task which is later presented by an RPUITask widget. It shows the FormStep's steps in a scrollable list

Implementation

@override
Widget get stepWidget => RPUIFormStep(this);