buttonTextTheme property

ButtonTextTheme? buttonTextTheme
final

Defines a ButtonBar button's base colors, and the defaults for the button's minimum size, internal padding, and shape.

This will override the surrounding ButtonThemeData.textTheme setting for buttons contained in the ButtonBar.

Despite the name, this property is not a TextTheme, its value is not a collection of TextStyles.

Implementation

final ButtonTextTheme? buttonTextTheme;