Unverified Commit bb1d139c authored by Anthony's avatar Anthony Committed by GitHub

Replace doc example text (#39428)


The Text in the Transform.scale example is "Bad Ideas", which could be confusing as example code. This PR replaces it with something more random.
parent d5c5ac62
......@@ -1184,7 +1184,7 @@ class Transform extends SingleChildRenderObjectWidget {
/// child: Container(
/// padding: const EdgeInsets.all(8.0),
/// color: const Color(0xFFE8581C),
/// child: const Text('Bad Ideas'),
/// child: const Text('Bad Idea Bears'),
/// ),
/// )
/// ```
......
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