Flutter/Dart: Customize Bottom Navigation Bar height April 8, 2024 by Tarik You can wrapper bottomNavigationBar by SizedBox, bottomNavigationBar: SizedBox(height: 58, child: //some widget )