From 9cc8d78ec7bd815a88e87f07da34d5399bd33dd6 Mon Sep 17 00:00:00 2001 From: Dan Field Date: Fri, 7 May 2021 05:57:27 -0700 Subject: [PATCH] Small change to doc to trick firebase (#82017) --- packages/flutter/lib/src/widgets/framework.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/flutter/lib/src/widgets/framework.dart b/packages/flutter/lib/src/widgets/framework.dart index 3b67a66c7f..5cc2eb2aaa 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';