浏览代码

merge pre fusion

c90Beretta 14 小时之前
父节点
当前提交
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(),
       drawer: AppDrawer(),
       body: TabBarView(
       body: TabBarView(
         controller: _tabController,
         controller: _tabController,
-        children: <Widget>[
-          const HomeBody(),
-          const ProfileScreen(),
+        children: const <Widget>[
+           HomeBody(),
+           ProfileScreen(),
         ],
         ],
       ),
       ),
       bottomNavigationBar: CustomBottomNavigationBar(
       bottomNavigationBar: CustomBottomNavigationBar(
@@ -59,3 +59,4 @@ class Formulario extends State<HomeScreen> with SingleTickerProviderStateMixin {
     );
     );
   }
   }
 }
 }
+