diff --git a/examples/flutter_gallery/lib/demo/animation/home.dart b/examples/flutter_gallery/lib/demo/animation/home.dart index 6f3d9e4cb5..ae7a34e065 100644 --- a/examples/flutter_gallery/lib/demo/animation/home.dart +++ b/examples/flutter_gallery/lib/demo/animation/home.dart @@ -289,9 +289,6 @@ class _AllSectionsView extends AnimatedWidget { Widget _build(BuildContext context, BoxConstraints constraints) { final Size size = constraints.biggest; - // The layout's progress from from a column to a row. Its value is - // 0.0 when size.height equals the maxHeight, 1.0 when the size.height - // equals the midHeight. // The layout's progress from from a column to a row. Its value is // 0.0 when size.height equals the maxHeight, 1.0 when the size.height // equals the midHeight.