Unverified Commit c40c687b authored by Todd Volkert's avatar Todd Volkert Committed by GitHub

Add widget of the week videos (#34356)

* Spacer
* MediaQuery
* InheritedWidget
parent da6dde64
...@@ -1545,6 +1545,8 @@ abstract class ParentDataWidget<T extends RenderObjectWidget> extends ProxyWidge ...@@ -1545,6 +1545,8 @@ abstract class ParentDataWidget<T extends RenderObjectWidget> extends ProxyWidge
/// for that inherited widget using [BuildContext.inheritFromWidgetOfExactType] /// for that inherited widget using [BuildContext.inheritFromWidgetOfExactType]
/// and then returns the [ThemeData]. /// and then returns the [ThemeData].
/// ///
/// {@youtube 560 315 https://www.youtube.com/watch?v=1t-8rBCGBYw}
///
/// See also: /// See also:
/// ///
/// * [StatefulWidget] and [State], for widgets that can build differently /// * [StatefulWidget] and [State], for widgets that can build differently
......
...@@ -510,6 +510,8 @@ class MediaQueryData { ...@@ -510,6 +510,8 @@ class MediaQueryData {
/// exception, unless the `nullOk` argument is set to true, in which case it /// exception, unless the `nullOk` argument is set to true, in which case it
/// returns null. /// returns null.
/// ///
/// {@youtube 560 315 https://www.youtube.com/watch?v=A3WrA4zAaPw}
///
/// See also: /// See also:
/// ///
/// * [WidgetsApp] and [MaterialApp], which introduce a [MediaQuery] and keep /// * [WidgetsApp] and [MaterialApp], which introduce a [MediaQuery] and keep
......
...@@ -33,6 +33,8 @@ import 'framework.dart'; ...@@ -33,6 +33,8 @@ import 'framework.dart';
/// ``` /// ```
/// {@end-tool} /// {@end-tool}
/// ///
/// {@youtube 560 315 https://www.youtube.com/watch?v=7FJgd7QN1zI}
///
/// See also: /// See also:
/// ///
/// * [Row] and [Column], which are the most common containers to use a Spacer /// * [Row] and [Column], which are the most common containers to use a Spacer
......
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