closedColor property
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:
- Material.color, which is used to implement this property.
Implementation
final Color closedColor;