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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2332,8 +2332,8 @@ abstract class BuildContext {
/// ///
/// {@tool dartpad --template=freeform} /// {@tool dartpad --template=freeform}
/// This example shows how to build an off-screen widget tree used to measure /// 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] /// the layout size of the rendered tree. For some use cases, the simpler
/// widget may be a better alternative to this approach. /// [Offstage] widget may be a better alternative to this approach.
/// ///
/// ```dart imports /// ```dart imports
/// import 'package:flutter/rendering.dart'; /// import 'package:flutter/rendering.dart';