requiresRootWidgetAttached property

  1. @override
bool requiresRootWidgetAttached
override

Whether this command requires the widget tree to be initialized before the command may be run.

This defaults to true to force the application under test to call runApp before attempting to remotely drive the application. Subclasses may override this to return false if they allow invocation before the application has started.

See also:

Implementation

@override
bool get requiresRootWidgetAttached => condition.requiresRootWidgetAttached;