screen top-level property Null safety Queries

ScreenQueries screen
read / write

Exposes all the "top-level" queries exposed by the dom-testing-library, but the scope/container is defaulted to document.body.

See: testing-library.com/docs/queries/about/#screen

{@category Queries}

Implementation

ScreenQueries screen = ScreenQueries._();