Small change to doc to trick firebase (#82017)

This commit is contained in:
Dan Field
2021-05-07 05:57:27 -07:00
committed by GitHub
parent 3ab799bbc9
commit 9cc8d78ec7

View File

@@ -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';