Add widget of the week videos (#34356)
* Spacer * MediaQuery * InheritedWidget
This commit is contained in:
parent
da6dde64db
commit
c40c687b2d
@ -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 {
|
|||||||
/// 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';
|
|||||||
/// ```
|
/// ```
|
||||||
/// {@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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user