Fix ShaderMask Example issue (#124511)

Fix ShaderMask Example issue
This commit is contained in:
Aditya Thakur 2023-04-11 23:47:53 +05:30 committed by GitHub
parent ab88f4a5c7
commit c9f23b0bc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -379,7 +379,10 @@ class Opacity extends SingleChildRenderObjectWidget {
/// tileMode: TileMode.mirror,
/// ).createShader(bounds);
/// },
/// child: const Text('Im burning the memories'),
/// child: const Text(
/// 'Im burning the memories',
/// style: TextStyle(color: Colors.white),
/// ),
/// )
/// ```
/// {@end-tool}