mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 01:56:19 +00:00
code refactoring
This commit is contained in:
@ -26,7 +26,8 @@ class AppBody extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.only(top: 60, right: 15, left: 15),
|
||||
padding:
|
||||
const EdgeInsets.only(top: 60, right: 15, left: 15, bottom: 80),
|
||||
child: NavCubit.of(context).currentPage,
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user