labelPadding property Null safety

EdgeInsetsGeometry? labelPadding
final

Default value for TabBar.labelPadding.

If there are few tabs with both icon and text and few tabs with only icon or text, this padding is vertically adjusted to provide uniform padding to all tabs.

Implementation

final EdgeInsetsGeometry? labelPadding;