labelPadding property

EdgeInsetsGeometry? labelPadding
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;