buttonTextColor property

Color? buttonTextColor
final

The color of the button text. if null, it will use Theme.of(context).colorScheme.primary,

Implementation

final Color? buttonTextColor;