File tree 1 file changed +3
-3
lines changed
packages/flutter/lib/src/widgets 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ class Opacity extends SingleChildRenderObjectWidget {
390
390
/// ).createShader(bounds);
391
391
/// },
392
392
/// child: const Text(
393
- /// 'I’ m burning the memories' ,
393
+ /// "I' m burning the memories" ,
394
394
/// style: TextStyle(color: Colors.white),
395
395
/// ),
396
396
/// )
@@ -5034,8 +5034,8 @@ class Row extends Flex {
5034
5034
/// const Text('Through the night, we have one shot to live another day'),
5035
5035
/// const Text('We cannot let a stray gunshot give us away'),
5036
5036
/// const Text('We will fight up close, seize the moment and stay in it'),
5037
- /// const Text('It’ s either that or meet the business end of a bayonet' ),
5038
- /// const Text(' The code word is ‘ Rochambeau,’ dig me?' ),
5037
+ /// const Text("It' s either that or meet the business end of a bayonet" ),
5038
+ /// const Text(" The code word is ' Rochambeau,' dig me?" ),
5039
5039
/// Text('Rochambeau!', style: DefaultTextStyle.of(context).style.apply(fontSizeFactor: 2.0)),
5040
5040
/// ],
5041
5041
/// )
You can’t perform that action at this time.
0 commit comments