closedColor property

Color closedColor
final

Background color of the container while it is closed.

When the container is opened, it will first transition from this color to middleColor and then transition from there to openColor in one smooth animation. When the container is closed, it will transition back to this color from openColor via middleColor.

Defaults to Colors.white.

See also:

Implementation

final Color closedColor;