label property
final
The text label for this BottomNavigationBarItem.
This will be used to create a Text widget to put in the bottom navigation bar.
Implementation
final String? label;
The text label for this BottomNavigationBarItem.
This will be used to create a Text widget to put in the bottom navigation bar.
final String? label;