label property

Widget label
final

The text label that appears on the right of the icon

The accompanying Text widget will use NavigationDrawerThemeData.labelTextStyle. If this are null, the default text style would use TextTheme.labelLarge with ColorScheme.onSurfaceVariant.

Implementation

final Widget label;