buttonTextColor property
The color of the button text. if null, it will use Theme.of(context).colorScheme.primary,
Implementation
final Color? buttonTextColor;
The color of the button text. if null, it will use Theme.of(context).colorScheme.primary,
final Color? buttonTextColor;