mediaQuery method

MediaQueryData mediaQuery()

Get the MediaQueryData

Implementation

MediaQueryData mediaQuery() {
  return MediaQuery.of(this);
}