fix: typo

This commit is contained in:
lollipopkit
2023-05-12 21:18:41 +08:00
parent cbeaa9705f
commit fee02a53b6
7 changed files with 95 additions and 54 deletions

View File

@@ -103,7 +103,7 @@ class _MyHomePageState extends State<MyHomePage>
return Scaffold(
drawer: _buildDrawer(),
appBar: AppBar(
title: Text(tabTitleName(context, _selectIndex)),
title: const Text(BuildData.name),
actions: [
IconButton(
icon: const Icon(Icons.developer_mode, size: 23),