From 8039620bb41047b3a43ca7e0ed48752cfb22ff51 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Tue, 23 Oct 2018 19:01:58 -0700 Subject: [PATCH] Remove duplicate code comment in flutter_gallery (#23422) --- examples/flutter_gallery/lib/demo/animation/home.dart | 3 --- 1 file changed, 3 deletions(-) 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.