add missing comma (#40555)

This commit is contained in:
MH Johnson 2019-09-16 11:47:40 -04:00 committed by GitHub
parent 0f00f424fa
commit 86d200a943
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ class MyApp extends StatelessWidget {
appBar: AppBar(title: const Text(_title)),
body: Center(
child: MyStatelessWidget(),
)
),
),
);
}