darkElevatedColor property

Color darkElevatedColor
final

The color to use when the BuildContext implies a combination of dark mode, normal contrast, and elevated interface elevation.

In other words, this color will be the effective color of the CupertinoDynamicColor after it is resolved against a BuildContext that:

Implementation

final Color darkElevatedColor;