Remove duplicate code comment in flutter_gallery (#23422)

This commit is contained in:
Kevin Moore 2018-10-23 19:01:58 -07:00 committed by GitHub
parent 245ef023b2
commit 8039620bb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.