unselectedLabelStyle property

TextStyle? unselectedLabelStyle
final

The TextStyle of the button's Text on its unselected state. The color provided on the TextStyle will be used for the Icon's color.

Implementation

final TextStyle? unselectedLabelStyle;