mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
It has been observed that while in extended navigation rail, if longer labels are given the it is overflowing. Problem identified in "NavigationRail" widget only in case of extended version of it. This PR includes the fix for the same. Fixes https://github.com/flutter/flutter/issues/110901. *NO breaking changes.*