buttonTextStyle property

TextStyle? buttonTextStyle
final

The text style to use for the button's label.

If null, the button will use the default text style for FilledButton.

Implementation

final TextStyle? buttonTextStyle;