BottomNavigationBar: fix the calculation of the expanding circle animation (#6373)
The circle's offset represents the position of a navigation button within the row of buttons. Previously, this offset had been applied to the entire width of the bottom bar, not just the button region. Fixes https://github.com/flutter/flutter/issues/6046
Showing
Please register or sign in to comment