actionTextColor property
final
Overrides the default value for SnackBarAction.textColor.
If null, SnackBarAction defaults to ColorScheme.secondary of ThemeData.colorScheme .
Implementation
final Color? actionTextColor;
Overrides the default value for SnackBarAction.textColor.
If null, SnackBarAction defaults to ColorScheme.secondary of ThemeData.colorScheme .
final Color? actionTextColor;