labelStyle property

TextStyle? labelStyle
final

Text style for unselected tab item labels.

On native iOS, applied via UITabBarAppearance title text attributes for the normal state. On the Flutter fallback this is passed to Text.style.

Implementation

final TextStyle? labelStyle;