diff --git a/packages/flutter/test/widgets/scrollable_of_test.dart b/packages/flutter/test/widgets/scrollable_of_test.dart index 291a8213d51..ebd88810e42 100644 --- a/packages/flutter/test/widgets/scrollable_of_test.dart +++ b/packages/flutter/test/widgets/scrollable_of_test.dart @@ -91,8 +91,8 @@ void main() { notification = value; return false; }, - child: SingleChildScrollView( - child: const SizedBox(height: 1200.0) + child: const SingleChildScrollView( + child: SizedBox(height: 1200.0) ) ));