c90Beretta преди 9 часа
родител
ревизия
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 {
     );
   }
 }
+