Color color = null,
Color shadowColor = null
) : base(child: child,
elevation = elevation,
elevation: elevation,
color: color,
shadowColor: shadowColor ?? new Color(0xFF000000),
clipper: clipper,