diff --git a/packages/flutter/lib/src/material/reorderable_list.dart b/packages/flutter/lib/src/material/reorderable_list.dart index a571dcab52..0f2120f125 100644 --- a/packages/flutter/lib/src/material/reorderable_list.dart +++ b/packages/flutter/lib/src/material/reorderable_list.dart @@ -25,6 +25,8 @@ import 'material_localizations.dart'; /// [ReorderableListView] will need to account for this when inserting before /// [newIndex]. /// +/// {@youtube 560 315 https://www.youtube.com/watch?v=3fB1mxOsqJE} +/// /// {@tool sample} /// /// ```dart