Unverified Commit e1e2ebd1 authored by Loïc Sharma's avatar Loïc Sharma Committed by GitHub

Add CallbackShortcuts widget of the week video (#129296)

parent b136f5f9
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment