labelPadding property

EdgeInsetsGeometry? labelPadding
final

The padding added to each of the tab labels.

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.

If this property is null, then kTabLabelPadding is used.

Implementation

final EdgeInsetsGeometry? labelPadding;