MediaQuery.not constructor
const
MediaQuery.not(
- MediaQuery query
Creates a media query that negates the given query, returning true if the query would otherwise return false.
Implementation
const factory MediaQuery.not(MediaQuery query) = _NotMediaRuleQuery;