parentColor property

Color parentColor
final

The color of the parent widget.

It is used to derive the shadow colors. If not specified, it will be derived from the color or shadowColor parameter.

By default, the parent color is set to Colors.transparent.

Implementation

final Color parentColor;