Skip to content

Commit e1e2ebd

Browse files
authored
Add CallbackShortcuts widget of the week video (#129296)
1 parent b136f5f commit e1e2ebd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/flutter/lib/src/widgets/shortcuts.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,6 +1051,8 @@ class _ShortcutsState extends State<Shortcuts> {
10511051

10521052
/// A widget that binds key combinations to specific callbacks.
10531053
///
1054+
/// {@youtube 560 315 https://www.youtube.com/watch?v=VcQQ1ns_qNY}
1055+
///
10541056
/// This is similar to but simpler than the [Shortcuts] widget as it doesn't
10551057
/// require [Intent]s and [Actions] widgets. Instead, it accepts a map
10561058
/// of [ShortcutActivator]s to [VoidCallback]s.

0 commit comments

Comments
 (0)