selectedFontSize property
final
The font size of the BottomNavigationBarItem labels when they are selected.
If TextStyle.fontSize of selectedLabelStyle is non-null, it will be used instead of this.
Defaults to 14.0
.
Implementation
final double selectedFontSize;