mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
## Description This PR updates [BottomNavigationBar.selectedItemColor] and [BottomNavigationBar.unselectedItemColor] documentation to reflect the changes related to theme normalization. It also fixes the [BottomNavigationBar.selectedItemColor] documentation to mention the correct default values. ## Related Issue Related to https://github.com/flutter/flutter/issues/91772 ## Tests - Documentation only