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
5f46931a
Unverified
Commit
5f46931a
authored
Dec 26, 2020
by
Todd Volkert
Committed by
GitHub
Dec 26, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add widget of the week videos (#72945)
parent
936297cf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
switch_list_tile.dart
packages/flutter/lib/src/material/switch_list_tile.dart
+2
-0
interactive_viewer.dart
packages/flutter/lib/src/widgets/interactive_viewer.dart
+2
-0
scroll_view.dart
packages/flutter/lib/src/widgets/scroll_view.dart
+2
-0
No files found.
packages/flutter/lib/src/material/switch_list_tile.dart
View file @
5f46931a
...
...
@@ -17,6 +17,8 @@ enum _SwitchListTileType { material, adaptive }
/// A [ListTile] with a [Switch]. In other words, a switch with a label.
///
/// {@youtube 560 315 https://www.youtube.com/watch?v=0igIjvtEWNU}
///
/// The entire list tile is interactive: tapping anywhere in the tile toggles
/// the switch. Tapping and dragging the [Switch] also triggers the [onChanged]
/// callback.
...
...
packages/flutter/lib/src/widgets/interactive_viewer.dart
View file @
5f46931a
...
...
@@ -15,6 +15,8 @@ import 'ticker_provider.dart';
/// A widget that enables pan and zoom interactions with its child.
///
/// {@youtube 560 315 https://www.youtube.com/watch?v=zrn7V3bMJvg}
///
/// The user can transform the child by dragging to pan or pinching to zoom.
///
/// By default, InteractiveViewer may draw outside of its original area of the
...
...
packages/flutter/lib/src/widgets/scroll_view.dart
View file @
5f46931a
...
...
@@ -1457,6 +1457,8 @@ class ListView extends BoxScrollView {
/// A scrollable, 2D array of widgets.
///
/// {@youtube 560 315 https://www.youtube.com/watch?v=bLOtZDTm4H8}
///
/// The main axis direction of a grid is the direction in which it scrolls (the
/// [scrollDirection]).
///
...
...
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