We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4801d commit e15cb7fCopy full SHA for e15cb7f
packages/flutter/lib/src/widgets/media_query.dart
@@ -290,7 +290,8 @@ class MediaQueryData {
290
///
291
/// See also:
292
293
- /// * [FlutterView.physicalSize], which returns the size in physical pixels.
+ /// * [FlutterView.physicalSize], which returns the size of the view in physical pixels.
294
+ /// * [FlutterView.display], which returns reports display information like size, and refresh rate.
295
/// * [MediaQuery.sizeOf], a method to find and depend on the size defined for
296
/// a [BuildContext].
297
final Size size;
0 commit comments