labelStyle property

TextStyle? labelStyle
final

Text style for unselected segment labels.

On iOS, applied via UISegmentedControl.setTitleTextAttributes(_:for: .normal). On macOS, font applies to all states (no per-state attributed label API).

Implementation

final TextStyle? labelStyle;