Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
7233d963
Unverified
Commit
7233d963
authored
Feb 18, 2021
by
Fitz
Committed by
GitHub
Feb 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing widget of the week video links to API docs (#76251)
parent
9254500f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
flexible_space_bar.dart
packages/flutter/lib/src/material/flexible_space_bar.dart
+2
-0
basic.dart
packages/flutter/lib/src/widgets/basic.dart
+2
-0
image_filter.dart
packages/flutter/lib/src/widgets/image_filter.dart
+2
-0
No files found.
packages/flutter/lib/src/material/flexible_space_bar.dart
View file @
7233d963
...
@@ -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
...
...
packages/flutter/lib/src/widgets/basic.dart
View file @
7233d963
...
@@ -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.
///
///
...
...
packages/flutter/lib/src/widgets/image_filter.dart
View file @
7233d963
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment