Closed alxlion closed 1 year ago
The PlatformAppBar uses the BottomNavigationBar from Material 2.
But If you use Material 3 in the Flutter app (by setting useMaterial3: true), NavigationBar should be used.
useMaterial3: true
I have put that in and it is up 4.0.0-beta.2.
4.0.0-beta.2.
The PlatformAppBar uses the BottomNavigationBar from Material 2.
But If you use Material 3 in the Flutter app (by setting
useMaterial3: true
), NavigationBar should be used.