disabledActionTextColor property Null safety
final
Default value for SnackBarAction.disabledTextColor.
If null, SnackBarAction defaults to ColorScheme.onSurface with its opacity set to 0.30 if the Theme's brightness is Brightness.dark, 0.38 otherwise.
Implementation
final Color? disabledActionTextColor;