diff --git a/packages/flutter/lib/src/widgets/framework.dart b/packages/flutter/lib/src/widgets/framework.dart index 3b67a66c7f5..5cc2eb2aaac 100644 --- a/packages/flutter/lib/src/widgets/framework.dart +++ b/packages/flutter/lib/src/widgets/framework.dart @@ -2332,8 +2332,8 @@ abstract class BuildContext { /// /// {@tool dartpad --template=freeform} /// This example shows how to build an off-screen widget tree used to measure -/// the size of the rendered tree. For some use cases, the simpler [Offstage] -/// widget may be a better alternative to this approach. +/// the layout size of the rendered tree. For some use cases, the simpler +/// [Offstage] widget may be a better alternative to this approach. /// /// ```dart imports /// import 'package:flutter/rendering.dart';