label property Null safety

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.overline with ColorScheme.onSurface.

Implementation

final String label;