Skip to content

Commit 79707bf

Browse files
committed
fix: Añadir espacio en blanco para mejorar la legibilidad del código en AppLayout
1 parent e864028 commit 79707bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/resources/views/layouts/app_layout.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class _AppLayoutState extends State<AppLayout> {
6464
onItemSelected: _onDrawerItemSelected,
6565
selectedIndex: AppNavigationHelper.isDrawerIndex(_selectedIndex) ? AppNavigationHelper.globalToDrawerIndex(_selectedIndex) : -1,
6666
),
67+
6768
bottomNavigationBar: BottomNavigationBar(
6869
currentIndex: AppNavigationHelper.isBottomNavigationIndex(_selectedIndex) ? _selectedIndex : 0,
6970
onTap: _onBottomNavItemSelected,

0 commit comments

Comments
 (0)