Add CallbackShortcuts widget of the week video (#129296)

This commit is contained in:
Loïc Sharma 2023-06-23 13:16:28 -07:00 committed by GitHub
parent b136f5f951
commit e1e2ebd176
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1051,6 +1051,8 @@ class _ShortcutsState extends State<Shortcuts> {
/// A widget that binds key combinations to specific callbacks.
///
/// {@youtube 560 315 https://www.youtube.com/watch?v=VcQQ1ns_qNY}
///
/// This is similar to but simpler than the [Shortcuts] widget as it doesn't
/// require [Intent]s and [Actions] widgets. Instead, it accepts a map
/// of [ShortcutActivator]s to [VoidCallback]s.