Unverified Commit 7233d963 authored by Fitz's avatar Fitz Committed by GitHub

Add missing widget of the week video links to API docs (#76251)

parent 9254500f
...@@ -38,6 +38,8 @@ enum StretchMode { ...@@ -38,6 +38,8 @@ enum StretchMode {
/// The part of a material design [AppBar] that expands, collapses, and /// The part of a material design [AppBar] that expands, collapses, and
/// stretches. /// stretches.
/// ///
/// {@youtube 560 315 https://www.youtube.com/watch?v=mSc7qFzxHDw}
///
/// Most commonly used in the [SliverAppBar.flexibleSpace] field, a flexible /// Most commonly used in the [SliverAppBar.flexibleSpace] field, a flexible
/// space bar expands and contracts as the app scrolls so that the [AppBar] /// space bar expands and contracts as the app scrolls so that the [AppBar]
/// reaches from the top of the app to the top of the scrolling contents of the /// reaches from the top of the app to the top of the scrolling contents of the
......
...@@ -908,6 +908,8 @@ class ClipPath extends SingleChildRenderObjectWidget { ...@@ -908,6 +908,8 @@ class ClipPath extends SingleChildRenderObjectWidget {
/// A widget representing a physical layer that clips its children to a shape. /// A widget representing a physical layer that clips its children to a shape.
/// ///
/// {@youtube 560 315 https://www.youtube.com/watch?v=XgUOSS30OQk}
///
/// Physical layers cast shadows based on an [elevation] which is nominally in /// Physical layers cast shadows based on an [elevation] which is nominally in
/// logical pixels, coming vertically out of the rendering surface. /// logical pixels, coming vertically out of the rendering surface.
/// ///
......
...@@ -11,6 +11,8 @@ import 'framework.dart'; ...@@ -11,6 +11,8 @@ import 'framework.dart';
/// Applies an [ImageFilter] to its child. /// Applies an [ImageFilter] to its child.
/// ///
/// {@youtube 560 315 https://www.youtube.com/watch?v=7Lftorq4i2o}
///
/// See also: /// See also:
/// ///
/// * [BackdropFilter], which applies an [ImageFilter] to everything /// * [BackdropFilter], which applies an [ImageFilter] to everything
......
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