BottomNavigationBarItem title's color is not overriden neither by selectedLabelStyle nor unselectedLabelStyle · Issue #64358 · flutter/flutter

Steps to Reproduce Run flutter create bug. Update the files as follows: main.dart import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { stati...