From 24439d9785aedab248aba794a912ebcee64aa565 Mon Sep 17 00:00:00 2001 From: Alberto Date: Thu, 20 Jan 2022 21:35:13 +0100 Subject: [PATCH] chore: added YouTube ref to docstring (#96880) --- packages/flutter/lib/src/widgets/media_query.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/flutter/lib/src/widgets/media_query.dart b/packages/flutter/lib/src/widgets/media_query.dart index 8314292dcd..3b44cffe6e 100644 --- a/packages/flutter/lib/src/widgets/media_query.dart +++ b/packages/flutter/lib/src/widgets/media_query.dart @@ -67,6 +67,8 @@ enum Orientation { /// For example, by using the viewPadding property, padding would defer to the /// iPhone "safe area" regardless of whether a keyboard is showing. /// +/// {@youtube 560 315 https://www.youtube.com/watch?v=ceCo8U0XHqw} +/// /// The viewInsets and viewPadding are independent values, they're /// measured from the edges of the MediaQuery widget's bounds. Together they /// inform the [padding] property. The bounds of the top level MediaQuery