elevatedButtonTextStyle property

MaterialStateProperty<TextStyle?>? elevatedButtonTextStyle
final

The style for the ElevatedButton's Text widget descendants.

The color of the textStyle is typically not used directly, the foregroundColor is used instead.

Implementation

final MaterialStateProperty<TextStyle?>? elevatedButtonTextStyle;