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
1704d4f5
Unverified
Commit
1704d4f5
authored
Jul 08, 2022
by
Pierre-Louis
Committed by
GitHub
Jul 08, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new widget of the week videos (#107301)
parent
1d2fa285
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
navigation_rail.dart
packages/flutter/lib/src/material/navigation_rail.dart
+3
-1
actions.dart
packages/flutter/lib/src/widgets/actions.dart
+2
-0
No files found.
packages/flutter/lib/src/material/navigation_rail.dart
View file @
1704d4f5
...
...
@@ -15,10 +15,12 @@ import 'navigation_rail_theme.dart';
import
'text_theme.dart'
;
import
'theme.dart'
;
/// A
material
widget that is meant to be displayed at the left or right of an
/// A
Material Design
widget that is meant to be displayed at the left or right of an
/// app to navigate between a small number of views, typically between three and
/// five.
///
/// {@youtube 560 315 https://www.youtube.com/watch?v=y9xchtVTtqQ}
///
/// The navigation rail is meant for layouts with wide viewports, such as a
/// desktop web or tablet landscape layout. For smaller layouts, like mobile
/// portrait, a [BottomNavigationBar] should be used instead.
...
...
packages/flutter/lib/src/widgets/actions.dart
View file @
1704d4f5
...
...
@@ -1030,6 +1030,8 @@ class _ActionsMarker extends InheritedWidget {
/// and key bindings, and provides callbacks for handling focus and hover
/// highlights.
///
/// {@youtube 560 315 https://www.youtube.com/watch?v=R84AGg0lKs8}
///
/// This widget can be used to give a control the required detection modes for
/// focus and hover handling. It is most often used when authoring a new control
/// widget, and the new control should be enabled for keyboard traversal and
...
...
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