stepWidget property

  1. @override
Widget get stepWidget
override

Returns the widget that displays the instructions UI for this step.

Implementation

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