Unverified Commit c9f23b0b authored by Aditya Thakur's avatar Aditya Thakur Committed by GitHub

Fix ShaderMask Example issue (#124511)

Fix ShaderMask Example issue
parent ab88f4a5
......@@ -379,7 +379,10 @@ class Opacity extends SingleChildRenderObjectWidget {
/// tileMode: TileMode.mirror,
/// ).createShader(bounds);
/// },
/// child: const Text('I’m burning the memories'),
/// child: const Text(
/// 'I’m burning the memories',
/// style: TextStyle(color: Colors.white),
/// ),
/// )
/// ```
/// {@end-tool}
......
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