Unverified Commit c2269611 authored by Craig Labenz's avatar Craig Labenz Committed by GitHub

added wotw links for Baseline and GestureDetector (#99178)

parent d1265ad3
...@@ -3359,6 +3359,8 @@ class IntrinsicHeight extends SingleChildRenderObjectWidget { ...@@ -3359,6 +3359,8 @@ class IntrinsicHeight extends SingleChildRenderObjectWidget {
/// the top of the child to the baseline of the child, then the child /// the top of the child to the baseline of the child, then the child
/// is top-aligned instead. /// is top-aligned instead.
/// ///
/// {@youtube 560 315 https://www.youtube.com/watch?v=8ZaFk0yvNlI}
///
/// See also: /// See also:
/// ///
/// * [Align], a widget that aligns its child within itself and optionally /// * [Align], a widget that aligns its child within itself and optionally
......
...@@ -171,6 +171,8 @@ class GestureDetector extends StatelessWidget { ...@@ -171,6 +171,8 @@ class GestureDetector extends StatelessWidget {
/// because a combination of a horizontal and vertical drag is a pan. Simply /// because a combination of a horizontal and vertical drag is a pan. Simply
/// use the pan callbacks instead. /// use the pan callbacks instead.
/// ///
/// {@youtube 560 315 https://www.youtube.com/watch?v=WhVXkCFPmK4}
///
/// By default, gesture detectors contribute semantic information to the tree /// By default, gesture detectors contribute semantic information to the tree
/// that is used by assistive technology. /// that is used by assistive technology.
GestureDetector({ GestureDetector({
......
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