Unverified Commit 9cc8d78e authored by Dan Field's avatar Dan Field Committed by GitHub

Small change to doc to trick firebase (#82017)

parent 3ab799bb
...@@ -2332,8 +2332,8 @@ abstract class BuildContext { ...@@ -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';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment