middleColor property
The color to use for the background color during the transition with ContainerTransitionType.fadeThrough.
Defaults to Theme's ThemeData.canvasColor.
See also:
- Material.color, which is used to implement this property.
Implementation
final Color? middleColor;