labelStyle property

TextStyle? labelStyle
final

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

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

Implementation

final TextStyle? labelStyle;