stepWidget property

  1. @override
Widget get stepWidget
override

Returns the widget for the WT instructions step UI.

Implementation

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