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

This commit is contained in:
Michel Feinstein 2020-02-12 19:58:05 -03:00 committed by GitHub
parent 23d61a81dc
commit 508c35940b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -51,3 +51,4 @@ Mark Diener <rpzrpzrpz@gmail.com>
Alek Åström <alek.astrom@gmail.com>
Efthymios Sarpmpanis <e.sarbanis@gmail.com>
Cédric Wyss <cedi.wyss@gmail.com>
Michel Feinstein <michel@feinstein.com.br>

View File

@ -187,7 +187,7 @@ class MediaQueryData {
/// for subsequent descendants in the widget tree by inserting a new
/// [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:
///