File tree Expand file tree Collapse file tree
packages/flutter/lib/src/widgets Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ class Opacity extends SingleChildRenderObjectWidget {
390390/// ).createShader(bounds);
391391/// },
392392/// child: const Text(
393- /// 'I’ m burning the memories' ,
393+ /// "I' m burning the memories" ,
394394/// style: TextStyle(color: Colors.white),
395395/// ),
396396/// )
@@ -5034,8 +5034,8 @@ class Row extends Flex {
50345034/// const Text('Through the night, we have one shot to live another day'),
50355035/// const Text('We cannot let a stray gunshot give us away'),
50365036/// 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?" ),
50395039/// Text('Rochambeau!', style: DefaultTextStyle.of(context).style.apply(fontSizeFactor: 2.0)),
50405040/// ],
50415041/// )
You can’t perform that action at this time.
0 commit comments