stepWidget property

  1. @override
Widget get stepWidget
override

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

Implementation

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