Commit d3a835e6 authored by Tong Mu's avatar Tong Mu Committed by Flutter GitHub Bot

Fix template syntax error in WidgetController doc (#49255)

parent aa5b9a31
...@@ -436,7 +436,7 @@ abstract class WidgetController { ...@@ -436,7 +436,7 @@ abstract class WidgetController {
/// To force this function to a send a single move event, the 'touchSlopX' and /// To force this function to a send a single move event, the 'touchSlopX' and
/// 'touchSlopY' variables should be set to 0. However, generally, these values /// 'touchSlopY' variables should be set to 0. However, generally, these values
/// should be left to their default values. /// should be left to their default values.
/// {@end template} /// {@endtemplate}
Future<void> drag( Future<void> drag(
Finder finder, Finder finder,
Offset offset, { Offset offset, {
......
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