add missing trailing commas (#81406)

This commit is contained in:
Alexandre Ardhuin
2021-04-28 22:54:49 +02:00
committed by GitHub
parent 7c27db3dfe
commit 7f31861914
26 changed files with 131 additions and 93 deletions

View File

@@ -68,7 +68,8 @@ class _MyHomePageState extends State<MyHomePage> {
child: Center(
child: Text(
'Platform button tapped $_counter time${ _counter == 1 ? '' : 's' }.',
style: const TextStyle(fontSize: 17.0)),
style: const TextStyle(fontSize: 17.0),
),
),
),
Container(