I’m sorry for my bad english.
I want to create screen without without appbar and bottomnavigationbar in flutter. but there is space in 77 height in flutter. I think that this space will change in different devices. what is this space. I use Getx. My code is here:
Get.height - kToolbarHeight - kBottomNavigationBarHeight - 77
Why is there space 77 height?