unselectedTextStyle property

TextStyle? unselectedTextStyle
final

The text style for the segments that are not currently selected.

Defaults to a style derived from the theme's labelMedium.

Implementation

final TextStyle? unselectedTextStyle;