activeLabelStyle property

TextStyle? activeLabelStyle
final

Text style for the selected segment label.

On iOS, applied via UISegmentedControl.setTitleTextAttributes(_:for: .selected). On macOS, same limitation as labelStyle — color differentiation uses tint.

Implementation

final TextStyle? activeLabelStyle;