Unverified Commit 508c3594 authored by Michel Feinstein's avatar Michel Feinstein Committed by GitHub

Added linking to viewInsets and viewPadding in MediaQuery padding docs (#50659)

parent 23d61a81
...@@ -51,3 +51,4 @@ Mark Diener <rpzrpzrpz@gmail.com> ...@@ -51,3 +51,4 @@ Mark Diener <rpzrpzrpz@gmail.com>
Alek Åström <alek.astrom@gmail.com> Alek Åström <alek.astrom@gmail.com>
Efthymios Sarpmpanis <e.sarbanis@gmail.com> Efthymios Sarpmpanis <e.sarbanis@gmail.com>
Cédric Wyss <cedi.wyss@gmail.com> Cédric Wyss <cedi.wyss@gmail.com>
Michel Feinstein <michel@feinstein.com.br>
...@@ -187,7 +187,7 @@ class MediaQueryData { ...@@ -187,7 +187,7 @@ class MediaQueryData {
/// for subsequent descendants in the widget tree by inserting a new /// for subsequent descendants in the widget tree by inserting a new
/// [MediaQuery] widget using the [MediaQuery.removePadding] factory. /// [MediaQuery] widget using the [MediaQuery.removePadding] factory.
/// ///
/// Padding is derived from the values of viewInsets and viewPadding. /// Padding is derived from the values of [viewInsets] and [viewPadding].
/// ///
/// See also: /// See also:
/// ///
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment