label property

String? label
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;