chore: added YouTube ref to docstring (#96880)

This commit is contained in:
Alberto 2022-01-20 21:35:13 +01:00 committed by GitHub
parent d46cfb87ea
commit 24439d9785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,8 @@ enum Orientation {
/// For example, by using the viewPadding property, padding would defer to the /// For example, by using the viewPadding property, padding would defer to the
/// iPhone "safe area" regardless of whether a keyboard is showing. /// 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 /// The viewInsets and viewPadding are independent values, they're
/// measured from the edges of the MediaQuery widget's bounds. Together they /// measured from the edges of the MediaQuery widget's bounds. Together they
/// inform the [padding] property. The bounds of the top level MediaQuery /// inform the [padding] property. The bounds of the top level MediaQuery