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

코드 수정

parent bfa5e3ba
...@@ -200,8 +200,7 @@ class _TextToSpeechPageState extends State<TextToSpeechPage> { ...@@ -200,8 +200,7 @@ class _TextToSpeechPageState extends State<TextToSpeechPage> {
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
return MaterialApp( return Scaffold(
home: Scaffold(
appBar: AppBar( appBar: AppBar(
title: Text('Flutter TTS'), title: Text('Flutter TTS'),
), ),
...@@ -218,7 +217,6 @@ class _TextToSpeechPageState extends State<TextToSpeechPage> { ...@@ -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