Commit 33b55aff authored by Gavin An's avatar Gavin An

코드 수정

parent bfa5e3ba
......@@ -200,8 +200,7 @@ class _TextToSpeechPageState extends State<TextToSpeechPage> {
@override
Widget build(BuildContext context) {
return MaterialApp(
home: Scaffold(
return Scaffold(
appBar: AppBar(
title: Text('Flutter TTS'),
),
......@@ -218,7 +217,6 @@ class _TextToSpeechPageState extends State<TextToSpeechPage> {
],
),
),
),
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment