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