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.
This commit is contained in:
Anthony
2019-08-30 10:29:32 -04:00
committed by GitHub
parent d5c5ac62ad
commit bb1d139c50

View File

@@ -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'),
/// ),
/// )
/// ```