stepWidget property

  1. @override
Widget get stepWidget
override

Returns the widget that displays the instructions for the TUG test.

Implementation

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