fix: unexpected chinese punctuation (#143678)

*Fixed the issue with abnormal Chinese punctuation marks.*
This commit is contained in:
ufolux 2024-02-27 18:47:22 -05:00 committed by GitHub
parent d3b60d4649
commit d0fb2929df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -390,7 +390,7 @@ class Opacity extends SingleChildRenderObjectWidget {
/// ).createShader(bounds);
/// },
/// child: const Text(
/// 'Im burning the memories',
/// "I'm burning the memories",
/// style: TextStyle(color: Colors.white),
/// ),
/// )
@ -5034,8 +5034,8 @@ class Row extends Flex {
/// const Text('Through the night, we have one shot to live another day'),
/// const Text('We cannot let a stray gunshot give us away'),
/// const Text('We will fight up close, seize the moment and stay in it'),
/// const Text('Its either that or meet the business end of a bayonet'),
/// const Text('The code word is Rochambeau, dig me?'),
/// const Text("It's either that or meet the business end of a bayonet"),
/// const Text("The code word is 'Rochambeau,' dig me?"),
/// Text('Rochambeau!', style: DefaultTextStyle.of(context).style.apply(fontSizeFactor: 2.0)),
/// ],
/// )