buttonTextTheme property

ButtonTextTheme? buttonTextTheme
final

Overrides the surrounding ButtonBarThemeData.buttonTextTheme to define a button's base colors, size, internal padding and shape.

If null then it will use the surrounding ButtonBarThemeData.buttonTextTheme. If that is null, it will default to ButtonTextTheme.primary.

Implementation

final ButtonTextTheme? buttonTextTheme;