buttonTextStyle property

TextStyle? buttonTextStyle
final

The text style applied to the button's child when it is a Text widget, overriding the theme default if provided. Allows customization of font size, weight, and other text properties.

Implementation

final TextStyle? buttonTextStyle;