textStyle property
final
The style for a button's Text widget descendants.
The color of the textStyle is typically not used directly, the foregroundColor is used instead.
Implementation
final WidgetStateProperty<TextStyle?>? textStyle;
The style for a button's Text widget descendants.
The color of the textStyle is typically not used directly, the foregroundColor is used instead.
final WidgetStateProperty<TextStyle?>? textStyle;