mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add new widget of the week videos (#107301)
This commit is contained in:
parent
1d2fa285a4
commit
1704d4f5f9
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user