currentSize property

Size get currentSize

Returns the current size calculated by MediaQuery.

Implementation

Size get currentSize {
  return MediaQuery.sizeOf(this);
}