mq property

The data from the closest instance of MediaQuery that encloses the given context.

Example:

MediaQueryData mediaQuery = context.mq;

Implementation

MediaQueryData get mq => MediaQuery.of(this);