Container(
width: MediaQuery.of(context).size.width,
height: kBottomNavigationBarHeight,
child: Scaffold(
backgroundColor: Colors.transparent,
body: null,
bottomNavigationBar: BottomNavigationBar()
)
)
Это создаст скаффолд с достаточным пространством только для виджета BottomNavigationBar.
kBottomNavigationBarHeight - это константа, которую можно найти в файле constants.dart.