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:
@@ -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'),
|
||||
/// ),
|
||||
/// )
|
||||
/// ```
|
||||
|
||||
Reference in New Issue
Block a user