labelPadding property
final
The padding around the NavigationDestination.label widget.
When labelPadding is null, NavigationBarThemeData.labelPadding is used. If that is also null, the default padding is 4 pixels on the top.
Implementation
final EdgeInsetsGeometry? labelPadding;