cialloo
2024-07-21 10:36:42 +08:00
committed by Cialloo
parent b77b7f6850
commit 4acaaf290e
5 changed files with 57 additions and 57 deletions

View File

@@ -27,7 +27,7 @@ class _HomePageState extends State<HomePage> {
}
// Must contain a default widget.
return const Text("Default");
return const Text('Default');
}
@override