widgetless property

bool widgetless
final

Sets whether this step is dependent on a Testable widget or not. If this value is true then it is assumed the step is Testable agnostic and can be used anywhere in the application. If false then it the step will only be shown for compatible type values.

Implementation

final bool widgetless;