openColor property

Color openColor
final

Background color of the container while it is open.

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

Defaults to Colors.white.

See also:

Implementation

final Color openColor;