atf_flow_help_conditional_widget_exists constant

TranslationEntry const atf_flow_help_conditional_widget_exists

Implementation

static const atf_flow_help_conditional_widget_exists = TranslationEntry(
  key: 'atf_flow_help_conditional_widget_exists',
  value:
      'Conditional that will execute the next step based on whether the widget with the given id exists or not.  As a note, the widget id can be a Testable, but it may also be any widget with a ValueKey of the given widget id.',
);