add missing comma (#40555)
This commit is contained in:
parent
0f00f424fa
commit
86d200a943
@ -20,7 +20,7 @@ class MyApp extends StatelessWidget {
|
|||||||
appBar: AppBar(title: const Text(_title)),
|
appBar: AppBar(title: const Text(_title)),
|
||||||
body: Center(
|
body: Center(
|
||||||
child: MyStatelessWidget(),
|
child: MyStatelessWidget(),
|
||||||
)
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user