activeLabelStyle property

TextStyle? activeLabelStyle
final

Text style for the selected tab item label.

On native iOS, applied via UITabBarAppearance for the selected state. On macOS (NSSegmentedControl-based tab bar), per-state label styling is not supported — font is applied to all states.

Implementation

final TextStyle? activeLabelStyle;