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.

The default value is: TextStyle(color: Colors.black).

Implementation

final TextStyle? unselectedLabelStyle;