瀏覽代碼

merge pre fusion

c90Beretta 16 小時之前
父節點
當前提交
f137050cd3
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      lib/views/home/home_screen.dart

+ 4 - 3
lib/views/home/home_screen.dart

@@ -44,9 +44,9 @@ class Formulario extends State<HomeScreen> with SingleTickerProviderStateMixin {
       drawer: AppDrawer(),
       body: TabBarView(
         controller: _tabController,
-        children: <Widget>[
-          const HomeBody(),
-          const ProfileScreen(),
+        children: const <Widget>[
+           HomeBody(),
+           ProfileScreen(),
         ],
       ),
       bottomNavigationBar: CustomBottomNavigationBar(
@@ -59,3 +59,4 @@ class Formulario extends State<HomeScreen> with SingleTickerProviderStateMixin {
     );
   }
 }
+