grandparentColor property

Color grandparentColor
final

The color of the grandparent 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 grandparent color is set to Colors.transparent.

Implementation

final Color grandparentColor;