label property

String label
final

The text label that appears below the icon of this NavigationDestination.

The accompanying Text widget will use NavigationBarThemeData.labelTextStyle. If this are null, the default text style would use TextTheme.labelSmall with ColorScheme.onSurface.

Implementation

final String label;