stepWidget property

  1. @override
Widget get stepWidget
override

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

Implementation

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